Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2021-02-12 00:54:04 +0300
committerFeross Aboukhadijeh <feross@feross.org>2021-02-12 00:54:04 +0300
commit1d09ae31383c818c1b2de611f0ceffee24686cc2 (patch)
treeefaaf02de4a5951ce60a0a2fb26de16cd8a9616e /.github
parent8ee5fcb6e0907ce45bf497d9aae3cd15b82bbbc7 (diff)
Update ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f388af..fd95b59 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
node-version: ${{ runner.node }}
- run: npm install
- run: npm run build --if-present
+ - run: echo '127.0.0.1 airtap.local' >> /etc/hosts
- run: npm test
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}