Skip to content

Commit

Permalink
test(ci): work around example yarn OOM with packed file in jet dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 4, 2025
1 parent 374ea70 commit bf4674a
Show file tree
Hide file tree
Showing 5 changed files with 999 additions and 1,714 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ runs:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
run: |
yarn
yarn example:install
cd example
yarn
cd macos
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ android/keystores/debug.keystore

# Yarn
.yarn/*
package.tgz
!.yarn/patches
!.yarn/plugins
!.yarn/releases
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"jet": "file:../",
"jet": "file:../package.tgz",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-macos": "0.76.5"
Expand Down
Loading

0 comments on commit bf4674a

Please sign in to comment.