Skip to content

Commit

Permalink
Fixes continuous build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Jul 13, 2024
1 parent ebcf0f0 commit 0242207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
./gradlew -Dai.djl.default_engine=OnnxRuntime :integration:clean :integration:test
- name: Build with Gradle
run: ./gradlew clean build :jacoco:testCodeCoverageReport
run: ./gradlew build :jacoco:testCodeCoverageReport
- name: Upload test results
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 0242207

Please sign in to comment.