Skip to content

Commit 9c9b59d

Browse files
committed
Update task names
Signed-off-by: Arnau Mora <arnyminerz@proton.me>
1 parent 43dede5 commit 9c9b59d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
2828
dependency-graph: generate-and-submit # submit Github Dependency Graph info
2929

30-
- run: ./gradlew --build-cache --configuration-cache compileDebugSources
30+
- run: ./gradlew --build-cache --configuration-cache compileBenchtestDebugSources
3131

3232
test:
3333
needs: compile
@@ -46,9 +46,9 @@ jobs:
4646
cache-read-only: true
4747

4848
- name: Run lint
49-
run: ./gradlew --build-cache --configuration-cache lintDebug
49+
run: ./gradlew --build-cache --configuration-cache lintBenchtestDebug
5050
- name: Run unit tests
51-
run: ./gradlew --build-cache --configuration-cache testDebugUnitTest
51+
run: ./gradlew --build-cache --configuration-cache testBenchtestDebugUnitTest
5252

5353
test_on_emulator:
5454
needs: compile

0 commit comments

Comments
 (0)