Skip to content

Commit 5509162

Browse files
committed
[fix] removed unused test scripts
1 parent 5c3cdb5 commit 5509162

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
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'
22+
- run: npm install
2723
- name: Publish
2824
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
2925
run: npm run deploy

0 commit comments

Comments
 (0)