Actually run screenshot tests
This commit is contained in:
parent
05e9105dd9
commit
e20fee936f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES
|
run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
|
||||||
|
- name: Run screenshot tests
|
||||||
|
run: ./gradlew verifyPaparazzi $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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue