mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
adding missing colon to yml run param
This commit is contained in:
parent
7740404b14
commit
7d18d89a61
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
|
||||
|
||||
- name: Archive Screenshot Results on Error
|
||||
if: failure()
|
||||
|
|
Loading…
Add table
Reference in a new issue