Skip to content

Commit

Permalink
Replace all-platforms test jvmTest with allTests
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Nov 7, 2024
1 parent 8c3d77a commit 81e8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
./gradlew apiCheck
./gradlew test jvmTest
./gradlew allTests
- name: Save Test Reports
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 81e8f3b

Please sign in to comment.