Skip to content

Commit

Permalink
Update dev-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahmedjamil authored Feb 8, 2024
1 parent 20be901 commit 489ed1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.cucumberUseAndroidJUnitRunner=true mergeAndroidReports
script: ./gradlew connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.cucumberUseAndroidJUnitRunner=true mergeAndroidReports --continue

- name: Upload Integration Test Report
if: always()
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedAndroidTest mergeAndroidReports
script: ./gradlew connectedAndroidTest mergeAndroidReports --continue

- name: Upload Acceptance Test Report
if: always()
Expand Down

0 comments on commit 489ed1c

Please sign in to comment.