Skip to content

Commit

Permalink
fix: attempt to fix saucelabs CI (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Jun 3, 2023
1 parent a42f1ec commit c89c27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
- run: echo "127.0.0.1 airtap.localhost" | sudo tee -a /etc/hosts
- run: npm test
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"size-disc": "npm run build-js && cat ./dist/webtorrent.min.js | discify --open",
"size-js": "npm run build-js && cat ./dist/webtorrent.min.js | gzip | wc -c",
"test": "eslint . && npm run test-node && npm run test-browser",
"test-browser": "airtap --concurrency 1 -- test/*.js test/browser/*.js",
"test-browser": "airtap --concurrency 1 --loopback airtap.localhost -- test/*.js test/browser/*.js",
"test-browser-local": "airtap --preset local -- test/*.js test/browser/*.js | tap-spec",
"test-node": "tape test/*.js test/node/*.js | tap-spec",
"update-authors": "./scripts/update-authors.sh"
Expand Down

0 comments on commit c89c27d

Please sign in to comment.