Skip to content

Commit

Permalink
move ios test to bb\
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Nov 25, 2024
1 parent 92da234 commit 6640fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ steps:
NODE_VERSION: "18.18"
artifact_paths:
- build/output.ipa
- build/bb_ipa_url.txt
- features/fixtures/ios/output/bb_ipa_url.txt
commands:
- bundle install
- features/scripts/build-ios.sh
- bundle exec upload-app --farm=bb --app=./build/output.ipa --app-id-file=./build/bb_ipa_url.txt
- bundle exec upload-app --farm=bb --app=./build/output.ipa --app-id-file=./features/fixtures/ios/output/bb_ipa_url.txt

- label: ':runner: expo Android 12'
depends_on:
Expand Down Expand Up @@ -105,7 +105,7 @@ steps:
queue: opensource
plugins:
artifacts#v1.9.3:
download: "build/bb_ipa_url.txt"
download: "features/fixtures/ios/output/bb_ipa_url.txt"
upload:
- "maze_output/failed/**/*"
- "maze_output/metrics.csv"
Expand Down

0 comments on commit 6640fb5

Please sign in to comment.