File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments