Fix and/&& mixup

This commit is contained in:
Michael Kaye 2022-06-06 17:55:03 +01:00
parent e9cb417cef
commit 23324990c0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
script: ./gradlew theCodeCoverageReport --stacktrace $CI_GRADLE_ARG_PROPERTIES
- name: Run all the codecoverage tests at once (retry if emulator failed)
uses: reactivecircus/android-emulator-runner@v2
if: always() and steps.tests.outcome == 'failure' # don't run if previous step succeeded.
if: always() && steps.tests.outcome == 'failure' # don't run if previous step succeeded.
with:
api-level: 28
arch: x86