Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 23, 2023
1 parent 8f35027 commit 4dffd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
# Since package integrity checksums may vary depending on what versions
# are available in the proxy registry, we don't put the lockfile for this
# test in source control. This means we have to use `npm i`, not `npm ci`.
npm i --registry ${{ env.PROXY }} || (cat test/integration/proxy/proxy.log && exit 1)
npm i --registry ${{ env.PROXY }} || (cat ../proxy/proxy.log && exit 1)
npm test

0 comments on commit 4dffd12

Please sign in to comment.