Skip to content

Commit f745269

Browse files
authored
chore: fix e2e tests by working around netlify-cli bug (#581)
See the Slack thread.
1 parent 9641172 commit f745269

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
env:
7373
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
7474
run: |
75-
npm i -g netlify-cli
75+
# TODO(serhalp) Unpin version once
76+
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved.
77+
7678
netlify login
7779
- name: Get installed Playwright version
7880
id: playwright-version
@@ -206,7 +208,9 @@ jobs:
206208
env:
207209
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
208210
run: |
209-
npm i -g netlify-cli
211+
# TODO(serhalp) Unpin version once
212+
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved.
213+
210214
netlify login
211215
- name: Resolve Next.js version
212216
id: resolve-next-version

0 commit comments

Comments
 (0)