|
@@ -215,13 +215,15 @@ jobs:
|
|
with:
|
|
with:
|
|
cache-all-crates: "true"
|
|
cache-all-crates: "true"
|
|
cache-on-failure: "true"
|
|
cache-on-failure: "true"
|
|
|
|
+ - name: Wipe dx cache
|
|
|
|
+ run: |
|
|
|
|
+ rm -rf ./target/dx
|
|
- name: Playwright
|
|
- name: Playwright
|
|
working-directory: ./packages/playwright-tests
|
|
working-directory: ./packages/playwright-tests
|
|
run: |
|
|
run: |
|
|
npm ci
|
|
npm ci
|
|
npm install -D @playwright/test
|
|
npm install -D @playwright/test
|
|
npx playwright install --with-deps
|
|
npx playwright install --with-deps
|
|
- rm -rf ./target/dx
|
|
|
|
npx playwright test
|
|
npx playwright test
|
|
- uses: actions/upload-artifact@v4
|
|
- uses: actions/upload-artifact@v4
|
|
if: always()
|
|
if: always()
|