Try to run only paparazzi

This commit is contained in:
Benoit Marty
2023-01-19 09:54:01 +01:00
parent 2f197e58eb
commit c4c562cb3b

View File

@@ -21,8 +21,8 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- name: Run tests
run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES
## - name: Run tests
## run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES
- name: Run screenshot tests
run: ./gradlew verifyPaparazziDebug $CI_GRADLE_ARG_PROPERTIES