mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
ensuring build flags are applied to all test steps
This commit is contained in:
parent
ac9333312a
commit
2e4ca1d6d9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- uses: gradle/gradle-build-action@v2
|
||||
|
||||
- name: Run screenshot tests
|
||||
run: ./gradlew verifyScreenshots
|
||||
run: ./gradlew verifyScreenshots $CI_GRADLE_ARG_PROPERTIES
|
||||
|
||||
- name: Archive Screenshot Results on Error
|
||||
if: failure()
|
||||
|
Loading…
Reference in New Issue
Block a user