do not re run screenshot tests

This commit is contained in:
valere 2023-04-25 17:27:31 +02:00
parent 024005ead7
commit fbb645d9d4

View file

@ -38,17 +38,17 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }} cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: ${{ github.ref == 'refs/heads/develop' }} gradle-home-cache-cleanup: ${{ github.ref == 'refs/heads/develop' }}
- name: Run screenshot tests # - name: Run screenshot tests
run: ./gradlew verifyScreenshots $CI_GRADLE_ARG_PROPERTIES # run: ./gradlew verifyScreenshots $CI_GRADLE_ARG_PROPERTIES
- name: Archive Screenshot Results on Error # - name: Archive Screenshot Results on Error
if: failure() # if: failure()
uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
with: # with:
name: screenshot-results # name: screenshot-results
path: | # path: |
**/out/failures/ # **/out/failures/
**/build/reports/tests/*UnitTest/ # **/build/reports/tests/*UnitTest/
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with: