mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-28 14:08:44 +03:00
do not re run screenshot tests
This commit is contained in:
parent
024005ead7
commit
fbb645d9d4
1 changed files with 10 additions and 10 deletions
20
.github/workflows/tests-rust.yml
vendored
20
.github/workflows/tests-rust.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue