Skip to content

Commit

Permalink
ci: use extended npm-install-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 14, 2019
1 parent 99160aa commit 859ae00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: npx npm-install-retry
- run: npx panva/npm-install-retry
- run: npm run lint

test:
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npx npm-install-retry
- run: npx panva/npm-install-retry
- run: npm run coverage
env:
CI: true
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npx npm-install-retry
- run: npx panva/npm-install-retry
- run: node certification/docker &
env:
ISSUER: https://172.17.0.1:3000
Expand All @@ -86,7 +86,7 @@ jobs:
run: |
cd oidc-provider-conformance-tests
git checkout local-certification
npx npm-install-retry
npx panva/npm-install-retry
npm run ${{ matrix.script }}
fapi-conformance:
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npx npm-install-retry
- run: npx panva/npm-install-retry
- run: node certification/fapi &
env:
ISSUER: https://172.17.0.1:3000
Expand Down

0 comments on commit 859ae00

Please sign in to comment.