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 197b831 commit 03e600fCopy full SHA for 03e600f
.github/workflows/coverage.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- run: npm install
17
- - run: npm install:plugins
+ - run: npm run install:plugins
18
- uses: artiomtr/[email protected]
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/nodejs.yml
@@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
21
22
- run: npm run lint
23
- run: npm run build
24
- run: npm test
0 commit comments