Remove redundant if state.

pull/1440/head
Jaehwa Noh 9 months ago committed by GitHub
parent ae4cf3be70
commit 08b9cfff4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -114,7 +114,6 @@ jobs:
# Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots. # Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots.
- name: Run local tests - name: Run local tests
if: ${{ !cancelled() }}
run: ./gradlew testDemoDebug :lint:test run: ./gradlew testDemoDebug :lint:test
- name: Setup GMD - name: Setup GMD

Loading…
Cancel
Save