From 4dffd12501739eea0a26fafe22f3a4097675716b Mon Sep 17 00:00:00 2001 From: David Herman Date: Sat, 23 Sep 2023 00:27:06 -0700 Subject: [PATCH] path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ebe1f80..8c810f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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