Skip to content

Commit

Permalink
Use correct task names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Clayton authored Jul 11, 2023
1 parent ef8512b commit 8955b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: ./gradlew clean ktlintCheck

- name: Regular lint
run: ./gradlew lintGreenDebug
run: ./gradlew app:lintGreenDebug

- name: Test
run: ./gradlew app:testGreenDebugUnitTest

- name: Build
run: ./gradlew app:greenDebug
run: ./gradlew app:buildGreenDebug

0 comments on commit 8955b35

Please sign in to comment.