Skip to content

Commit

Permalink
ci: rn workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jun 23, 2022
1 parent 0307cd6 commit b21bec5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1613,10 +1613,11 @@ workflows:
# Scheduled smoke test workflow
# Jobs are pulled from the getting-started-smoke-test inline orb defined below
canaries:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: [canaries, << pipeline.schedule.name >>]
# TODO: uncomment after testing
# when:
# and:
# - equal: [scheduled_pipeline, << pipeline.trigger_source >>]
# - equal: [canaries, << pipeline.schedule.name >>]
jobs:
## Web
# React
Expand Down Expand Up @@ -1687,20 +1688,26 @@ workflows:
name: RN iOS - latest
framework: rn_ios
main-file-path: ./App.js
# TODO: undo this change after https://github.com/react-native-picker/picker/issues/425 is resolved
tag: 0.68.2
- getting-started-smoke-test/rn-android:
name: RN Android - latest
framework: rn_android
main-file-path: ./App.js
# TODO: undo this change after https://github.com/react-native-picker/picker/issues/425 is resolved
tag: 0.68.2
- getting-started-smoke-test/rn-ios:
name: RN iOS - next
framework: rn_ios
main-file-path: ./App.js
tag: next
# TODO: undo this change after https://github.com/react-native-picker/picker/issues/425 is resolved
tag: 0.68.2
- getting-started-smoke-test/rn-android:
name: RN Android - next
framework: rn_android
main-file-path: ./App.js
tag: next
# TODO: undo this change after https://github.com/react-native-picker/picker/issues/425 is resolved
tag: 0.68.2
# Expo
- getting-started-smoke-test/expo:
name: Expo - latest
Expand Down

0 comments on commit b21bec5

Please sign in to comment.