Skip to content

Commit

Permalink
ci: fix example commands, macos version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 28, 2023
1 parent 5fcb6f3 commit f423174
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

run-e2e-ios:
needs: cancel_previous
runs-on: 'macos-12'
runs-on: 'macos-13'
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!.yarn/sdks
!.yarn/versions
.pnp.*
**/.yarn

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"packages/plugins/*"
],
"scripts": {
"bootstrap": "yarn install && yarn example install && husky install",
"bootstrap": "yarn install && yarn example install && yarn example pods && husky install",
"core": "yarn workspace @segment/analytics-react-native",
"sovran": "yarn workspace @segment/sovran-react-native",
"example": "yarn --cwd example",
"example": "yarn --cwd examples/AnalyticsReactNativeExample",
"build": " yarn workspaces foreach -A --topological-dev run build",
"testAll": " yarn workspaces foreach -A -p run test --passWithNoTests",
"clean": " yarn workspaces foreach -A -p run clean",
Expand Down

0 comments on commit f423174

Please sign in to comment.