We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee072da commit ab102d5Copy full SHA for ab102d5
.github/workflows/app-build.yml
@@ -14,4 +14,6 @@ jobs:
14
cache: 'gradle'
15
distribution: adopt
16
- name: Build with Gradle
17
- run: ./gradlew build
+ run: ./gradlew build
18
+ - name: Test
19
+ run: ./gradlew test
0 commit comments