Skip to content

Commit 39a5150

Browse files
committed
wip test ci
1 parent 901a03c commit 39a5150

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,13 @@ jobs:
154154
with:
155155
node-version: '23'
156156
- uses: actions/checkout@v4
157+
- name: Update yarn
158+
run: |
159+
corepack enable
160+
yarn config set -H enableImmutableInstalls false
161+
yarn install
157162
- name: Install dependencies
158-
run: yarn install --dev
163+
run: yarn install
159164
- name: Build app
160165
run: yarn build && yarn build-storybook
161166
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)