mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
including screenshot verification and error result uploads as part of the test step
This commit is contained in:
parent
7f8cb4b1a1
commit
b0e2596b58
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -30,6 +30,19 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
- uses: gradle/gradle-build-action@v2
|
||||
|
||||
- name: Run screenshot tests
|
||||
run ./gradlew verifyScreenshots
|
||||
|
||||
- name: Archive Screenshot Results on Error
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: screenshot-results
|
||||
path: |
|
||||
**/out/failures/
|
||||
**/build/reports/tests/*UnitTest/
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
Loading…
Reference in New Issue
Block a user