Skip to content

Commit f873372

Browse files
committed
frozen-lockfile seems buggy right now, skipping it
1 parent 672cdd9 commit f873372

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- uses: oven-sh/setup-bun@v2
6969

70-
- run: bun install --ignore-scripts --frozen-lockfile
70+
- run: bun install --ignore-scripts
7171

7272
- name: Typecheck
7373
run: bun run typecheck
@@ -84,7 +84,7 @@ jobs:
8484

8585
- uses: oven-sh/setup-bun@v2
8686

87-
- run: bun install --ignore-scripts --frozen-lockfile
87+
- run: bun install --ignore-scripts
8888

8989
- name: Lint
9090
run: bun run lint
@@ -101,7 +101,7 @@ jobs:
101101

102102
- uses: oven-sh/setup-bun@v2
103103

104-
- run: bun install --ignore-scripts --frozen-lockfile
104+
- run: bun install --ignore-scripts
105105

106106
- run: brew install swiftlint
107107

@@ -120,7 +120,7 @@ jobs:
120120
- uses: oven-sh/setup-bun@v2
121121

122122
- name: Install dependencies
123-
run: bun install --ignore-scripts --frozen-lockfile
123+
run: bun install --ignore-scripts
124124

125125
## latest stable
126126
- run: sudo xcode-select -s /Applications/Xcode_26_beta.app
@@ -155,7 +155,7 @@ jobs:
155155
- uses: oven-sh/setup-bun@v2
156156

157157
- name: Install dependencies
158-
run: bun install --ignore-scripts --frozen-lockfile
158+
run: bun install --ignore-scripts
159159

160160
## latest stable
161161
- run: sudo xcode-select -s /Applications/Xcode_16.4.app
@@ -187,7 +187,7 @@ jobs:
187187
# - run: sudo xcode-select -s /Applications/Xcode_16.2.app
188188

189189
# - name: Install dependencies
190-
# run: bun install --ignore-scripts --frozen-lockfile
190+
# run: bun install --ignore-scripts
191191

192192
# - run: bun run specs
193193
# working-directory: packages/react-native-activity-kit

0 commit comments

Comments
 (0)