Skip to content

Commit

Permalink
[fix] removed unused test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeramin committed May 16, 2022
1 parent 5c3cdb5 commit 5509162
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'
- run: npm install
- name: Publish
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
run: npm run deploy
Expand Down

0 comments on commit 5509162

Please sign in to comment.