Skip to content

Commit 218116d

Browse files
committed
fix test workflow
1 parent c4219ec commit 218116d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
- name: Enable Corepack
9+
run: corepack enable && yarn --version
810
- uses: actions/setup-node@v4
911
with:
1012
node-version: '20'
1113
cache: 'yarn'
12-
- name: Enable Corepack
13-
run: corepack enable
1414
- name: Install modules
1515
run: yarn install --immutable
1616
- name: Run tests

0 commit comments

Comments
 (0)