mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
Connect Ruby tests with CircleCI (#33747)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33747 This Diff connects the ruby tests setup with CircleCI, making sure that we are executing the same script in Sandcastle and CircleCI. At the moment, the scripts runs somedummy tests to make sure that everything works. ## Changelog [iOS][Changed] - Add ruby tests to circleci Reviewed By: dmitryrykun Differential Revision: D36091716 fbshipit-source-id: c432e5f8b5269754db2b7ec278b159dcedf3b3b9
This commit is contained in:
parent
181d78bd75
commit
a649675160
@ -452,8 +452,12 @@ jobs:
|
||||
- checkout
|
||||
- setup_artifacts
|
||||
- setup_ruby
|
||||
- run:
|
||||
name: Run Ruby Tests
|
||||
command: |
|
||||
cd scripts/cocoapods
|
||||
sh run_tests.sh
|
||||
- run_yarn
|
||||
|
||||
- run: |
|
||||
cd packages/rn-tester
|
||||
bundle check || bundle install
|
||||
|
Loading…
Reference in New Issue
Block a user