Skip to content

Commit 2ac8924

Browse files
chore: test yml file is updated
1 parent 82f0cc5 commit 2ac8924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: actions/setup-node@v1
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
- run: npm install
31-
- run: npm run build --if-present
32-
- run: npm test
30+
- run: yarn
31+
- run: yarn run build --if-present
32+
- run: yarn test

0 commit comments

Comments
 (0)