Skip to content

Commit

Permalink
Merge pull request #247 from openwallet-foundation/play-with-android-…
Browse files Browse the repository at this point in the history
…test-runset

move android back to beginning of runs
  • Loading branch information
nodlesh authored Mar 19, 2024
2 parents 3a98e2f + 88432de commit 6dc4984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
fail-fast: false
matrix:
include:
- mobile-platform: "-p Android"
app-file-name: "-a ${{ needs.check-app-updated.outputs.NEW_APP_NAME }}.aab"
report-project: "android-multi-device-full"
- mobile-platform: "-p iOS"
app-file-name: "-a ${{ needs.check-app-updated.outputs.NEW_APP_NAME }}.ipa"
report-project: "ios-multi-device-full"
Expand All @@ -55,9 +58,6 @@ jobs:
- mobile-platform: "-p iOS"
app-file-name: "-a ${{ needs.check-app-updated.outputs.NEW_APP_NAME }}.ipa"
report-project: "bc-showcase-ios"
- mobile-platform: "-p Android"
app-file-name: "-a ${{ needs.check-app-updated.outputs.NEW_APP_NAME }}.aab"
report-project: "android-multi-device-full"
#timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6dc4984

Please sign in to comment.