Skip to content

Commit

Permalink
Use correct gradle task for running unit tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Oct 8, 2023
1 parent cd8b01c commit adb6126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
secrets: ${{ toJSON(secrets) }}

- name: Run unit tests
run: ./gradlew checkDebug
run: ./gradlew check

- name: Run paparazzi screenshot tests
run: ./gradlew cascade-compose:verifyPaparazziDebug cascade-compose:verifyRoborazziDebug
Expand Down

0 comments on commit adb6126

Please sign in to comment.