Skip to content

Commit

Permalink
unbreak CI
Browse files Browse the repository at this point in the history
The airtap package is broken on recent versions of nodejs
so as a workaround dont run airtap tests on CI.
  • Loading branch information
Raynos committed Jan 20, 2023
1 parent b6c6641 commit 2beaeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
- run: npm test
- run: npm run lint
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"url": "git://github.com/SocketDev/wormhole-crypto.git"
},
"scripts": {
"lint": "standard",
"test": "standard && npm run test-browser",
"test-browser": "airtap --all -- test/*.js",
"test-browser-sauce": "airtap --preset sauce -- test/*.js",
Expand Down

0 comments on commit 2beaeac

Please sign in to comment.