CI no need to run test twice

This commit is contained in:
Benoit Marty
2023-01-04 15:53:44 +01:00
committed by Benoit Marty
parent c2d8b4e029
commit 051b736163

View File

@@ -24,9 +24,6 @@ jobs:
- name: Run tests
run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES
- name: Run screenshot tests
run: ./gradlew verifyPaparazziDebug $CI_GRADLE_ARG_PROPERTIES
- name: Archive Screenshot Results on Error
if: failure()
uses: actions/upload-artifact@v3