diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 4ca357a..c13f805 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -19,9 +19,12 @@ jobs: env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' run: | + npm config set registry https://registry.npmjs.org cd app/client yarn install --no-lockfile - cd ../.. + cd .. + yarn install --no-lockfile + cd .. yarn install --no-lockfile - name: Configure private AWS npm registry and install packages from it diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98beb9f..e1ba063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,9 +52,12 @@ jobs: env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' run: | + npm config set registry https://registry.npmjs.org cd app/client yarn install --no-lockfile - cd ../.. + cd .. + yarn install --no-lockfile + cd .. yarn install --no-lockfile - name: Configure private AWS npm registry and install packages from it diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5c56ba..065a2dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,12 @@ jobs: env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' run: | + npm config set registry https://registry.npmjs.org cd app/client yarn install --no-lockfile - cd ../.. + cd .. + yarn install --no-lockfile + cd .. yarn install --no-lockfile - name: Configure private AWS npm registry and install packages from it