Skip to content

Commit 81e8f3b

Browse files
committed
Replace all-platforms test jvmTest with allTests
1 parent 8c3d77a commit 81e8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
6464
./gradlew apiCheck
65-
./gradlew test jvmTest
65+
./gradlew allTests
6666
- name: Save Test Reports
6767
if: failure()
6868
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)