We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394ec12 commit 8fe25afCopy full SHA for 8fe25af
1 file changed
.github/workflows/nodejs.yml .github/workflows/test.yml.github/workflows/nodejs.yml renamed to .github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
push:
8
branches: [ master ]
9
pull_request:
10
- branches:
+ branches:
11
- "*"
12
13
jobs:
@@ -25,8 +25,8 @@ jobs:
25
uses: actions/setup-node@v1
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm ci
29
- - run: npm run build --if-present
30
- - run: npm test
+ - run: yarn install
+ - run: yarn build
+ - run: yarn test
31
env:
32
CI: true
0 commit comments