Skip to content

Commit 2316189

Browse files
committed
wip test ci
1 parent 3c6d1bf commit 2316189

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
yarn config set -H enableImmutableInstalls false
5252
yarn install
5353
- name: Install dependencies
54-
run: yarn install --dev
54+
run: yarn install
5555
- name: Run syntax linter
5656
run: yarn cs
5757

@@ -77,8 +77,13 @@ jobs:
7777
key: ${{ runner.os }}-node-v${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
7878
restore-keys: |
7979
${{ runner.os }}-node-v${{ matrix.node-version }}-
80+
- name: Update yarn
81+
run: |
82+
corepack enable
83+
yarn config set -H enableImmutableInstalls false
84+
yarn install
8085
- name: Install dependencies
81-
run: yarn install --dev
86+
run: yarn install
8287
- name: Run unit tests
8388
run: yarn test:unit
8489

0 commit comments

Comments
 (0)