Skip to content

Commit f50674c

Browse files
authored
Update test.yml
1 parent a8c7e9f commit f50674c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
check-latest: '*'
30-
- run: npm install -g netlify-cli
30+
- run: yarn global add netlify-cli
3131
- run: yarn
32-
- run: cd plugin && yarn && npm run build
33-
- run: npm test
32+
- run: yarn test

0 commit comments

Comments
 (0)