adding missing colon to yml run param
This commit is contained in:
parent
7740404b14
commit
7d18d89a61
|
@ -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…
Reference in New Issue