From 859ae001691e8a2d44fd0df5e5d89d64e6246fd6 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 14 Nov 2019 10:43:08 +0100 Subject: [PATCH] ci: use extended npm-install-retry --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44708a72a..e856373de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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 @@ -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 @@ -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: @@ -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