From 1d09ae31383c818c1b2de611f0ceffee24686cc2 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 11 Feb 2021 13:54:04 -0800 Subject: Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 }} -- cgit v1.2.3