Skip to content

Commit

Permalink
test: fix smoke tests failures due to local registry not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 29, 2024
1 parent cb6df8c commit 05016c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Setup Java
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
env:
NX_E2E_CI_CACHE_KEY: smoke-gha-${{ matrix.os }}-${{ matrix.node-version }}
NX_RUN_GROUP: ${{ github.run_id }}-${{ matrix.os }}-${{ matrix.node-version }}
run: pnpm nx test smoke --verbose
run: pnpm nx test smoke

0 comments on commit 05016c0

Please sign in to comment.