diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1cefc3160e..678a4268af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,13 +21,10 @@ 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 - - - name: Archive Screenshot Results on Error + - name: Archive test results on error if: failure() uses: actions/upload-artifact@v3 with: