Skip to content

Commit 91af4be

Browse files
committed
👷 Update workflow
1 parent 9b2f95e commit 91af4be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- name: Test
29-
shell: pwsh
28+
- name: Install dependencies
3029
run: |
3130
npm install -g yarn
3231
yarn
33-
yarn test
32+
- name: Test
33+
shell: pwsh
34+
run: yarn test

0 commit comments

Comments
 (0)