mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 11:59:12 +03:00
ensuring build flags are applied to all test steps
This commit is contained in:
parent
ac9333312a
commit
2e4ca1d6d9
1 changed files with 1 additions and 1 deletions
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 a new issue