Skip to content

Commit

Permalink
chore: update GHA build file name and watched files on PR (#1011)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
  • Loading branch information
bryce-mcmath authored Mar 29, 2023
1 parent 0cda781 commit 99c7541
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ on:
paths:
- app/**
- bifold
- .github/workflows/**
pull_request:
branches: [main]
paths:
- app/**
- bifold
- .github/workflows/**

jobs:
check-android-secrets:
Expand Down Expand Up @@ -376,7 +379,7 @@ jobs:
-u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" \
-X POST 'https://api.us-west-1.saucelabs.com/v1/storage/upload' \
--form "payload=@app/build/outputs/bundle/release/app-release.aab" \
--form "name=AriesBifold-$GITHUB_RUN_NUMBER.aab" \
--form "name=BCWallet-$GITHUB_RUN_NUMBER.aab" \
--form "description=Android Bifold BC wallet app"
run-on-device-tests:
Expand All @@ -389,7 +392,7 @@ jobs:
matrix:
include:
- mobile-platform: "-p Android"
app-file-name: "-a AriesBifold-${{ github.run_number }}.aab"
app-file-name: "-a BCWallet-${{ github.run_number }}.aab"
report-project: "android-one-device-smoke"
- mobile-platform: "-p iOS"
app-file-name: "-a BCWallet-${{ github.run_number }}.ipa"
Expand Down

0 comments on commit 99c7541

Please sign in to comment.