Skip to content

Commit

Permalink
ci: retry npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 24, 2019
1 parent 267db38 commit 1b182e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npx npm-install-retry
- run: npm run lint

test:
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx npm-install-retry
- run: npm run coverage
- env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npx npm-install-retry
- run: npx xvfb-maybe npx electron@${{ matrix.electron-version }} ./test/electron

oidc-conformance:
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npx npm-install-retry
- run: npm install ${{ github.repository }}#${{ github.sha }}
- run: npm run test
env:
Expand Down

0 comments on commit 1b182e1

Please sign in to comment.