We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e17c0d commit daae000Copy full SHA for daae000
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Runs a single command using the runners shell
26
- name: Run all tests
27
- run: ./gradlew allTest
+ run: ./gradlew lib:jvmTest
28
29
# Runs a set of commands using the runners shell
30
#- name: Run a multi-line script
0 commit comments