Skip to content

Commit a8c7e9f

Browse files
authored
Update test.yml
1 parent 8484a2e commit a8c7e9f

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
@@ -28,6 +28,6 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
check-latest: '*'
3030
- run: npm install -g netlify-cli
31-
- run: npm ci
32-
- run: cd plugin && npm ci && npm run build
31+
- run: yarn
32+
- run: cd plugin && yarn && npm run build
3333
- run: npm test

0 commit comments

Comments
 (0)