Skip to content

Commit

Permalink
fix: remove flacky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luisorbaiceta committed Jul 12, 2022
1 parent 01a5832 commit 6f9b2f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
- uses: actions/checkout@v2
- name: 'Install Node'
uses: actions/setup-node@v2
- name: Install mocha
run: npm install -g mocha
- name: Install dependencies
run: npm install
- name: "Run Test"
run: npm test
- name: "Pack files"
run: npm run prepublish
- uses: mikeal/merge-release@master
Expand Down

0 comments on commit 6f9b2f9

Please sign in to comment.