Skip to content

Commit 4f2fa1b

Browse files
committed
♻️ Update Ember SDK package-lock.json & e2e workflow
1 parent 6f561f8 commit 4f2fa1b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sdk-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,19 +262,19 @@ jobs:
262262
- name: Get Playwright version
263263
working-directory: ./clients/ember
264264
id: playwright-version
265-
run: echo "version=$(npx playwright --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
265+
run: echo "version=$(npx playwright-core --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
266266

267267
- name: Cache Playwright browsers
268268
uses: actions/cache@v4
269269
id: playwright-cache
270270
with:
271271
path: ~/.cache/ms-playwright
272-
key: playwright-${{ steps.playwright-version.outputs.version }}-ember-chromium-v2
272+
key: playwright-${{ steps.playwright-version.outputs.version }}-ember-chromium-v3
273273

274274
- name: Install Playwright browsers
275275
if: steps.playwright-cache.outputs.cache-hit != 'true'
276276
working-directory: ./clients/ember
277-
run: npx playwright install chromium --with-deps
277+
run: npx playwright-core install chromium --with-deps
278278

279279
- name: Build Ember test app
280280
working-directory: ./clients/ember/test-app

clients/ember/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)