Skip to content

Commit

Permalink
Merge pull request #9 from joncloud/test
Browse files Browse the repository at this point in the history
Test removing clean up
  • Loading branch information
joncloud committed Sep 10, 2020
2 parents dd1f866 + 948fd75 commit 4eee363
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ jobs:
run: brew update && brew install makensis
if: ${{ matrix.os == 'macos-latest' }}

- name: 'Clean up'
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
run: rm -rf node_modules && npm install

- run: npm test

0 comments on commit 4eee363

Please sign in to comment.