Skip to content

Commit 82abb89

Browse files
committed
tmp: check if netlify/cli#7768 removes cli limitations for skew protection
1 parent bb417d6 commit 82abb89

File tree

5 files changed

+739
-12622
lines changed

5 files changed

+739
-12622
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
102102
run: |
103103
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
104-
npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")"
104+
npm install -g ./netlify-cli-23.10.0-pack-deploy-id-in-pre-build.tgz"
105105
npx netlify login
106106
- name: Get installed Playwright version
107107
id: playwright-version
@@ -278,7 +278,7 @@ jobs:
278278
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
279279
run: |
280280
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
281-
npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")"
281+
npm install -g ./netlify-cli-23.10.0-pack-deploy-id-in-pre-build.tgz"
282282
npx netlify login
283283
- name: "Smoke tests"
284284
run: npm run test:ci:smoke
592 KB
Binary file not shown.

0 commit comments

Comments
 (0)