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 5c3cdb5 commit 5509162Copy full SHA for 5509162
.github/workflows/ci.yml
@@ -19,11 +19,7 @@ jobs:
19
uses: actions/setup-node@v1
20
with:
21
node-version: 16.x
22
- - run: npm install
23
- - run: xvfb-run -a npm test
24
- if: runner.os == 'Linux'
25
- - run: npm test
26
- if: runner.os != 'Linux'
+ - run: npm install
27
- name: Publish
28
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
29
run: npm run deploy
0 commit comments