Skip to content

Commit

Permalink
ci: fix ruby, disable integration tests (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Jan 17, 2025
1 parent a3f5c10 commit 7ad68e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .ado/apple-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ stages:
- template: /.ado/jobs/test-javascript.yml@self
- template: /.ado/jobs/npm-publish-dry-run.yml@self

- stage: Integration
dependsOn: []
jobs:
- template: /.ado/jobs/test-react-native-macos-init.yml@self
- template: /.ado/jobs/react-native-test-app-integration.yml@self
# https://github.com/microsoft/react-native-macos/issues/2344
# The Verdaccio server consistently hangs on creation, which is required for the integration tests
# - stage: Integration
# dependsOn: []
# jobs:
# - template: /.ado/jobs/test-react-native-macos-init.yml@self
# - template: /.ado/jobs/react-native-test-app-integration.yml@self
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
2 changes: 2 additions & 0 deletions packages/helloworld/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
2 changes: 2 additions & 0 deletions packages/rn-tester/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ruby ">= 2.6.10"
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'rexml'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'

0 comments on commit 7ad68e9

Please sign in to comment.