Skip to content

Commit

Permalink
fix playwright cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Jul 29, 2024
1 parent d989f0a commit eed4ec0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 32 deletions.
1 change: 1 addition & 0 deletions .github/actions/playwright-atomic-hosted-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runs:
steps:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: packages/atomic-hosted-page
shell: bash
- name: Run Playwright tests
run: npx playwright test
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@playwright/test": "1.41.2",
"@playwright/test": "1.45.3",
"@types/node": "20.14.12"
}
}
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@playwright/test": "1.41.2",
"@playwright/test": "1.45.3",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.7",
"@stencil-community/postcss": "2.2.0",
Expand Down

0 comments on commit eed4ec0

Please sign in to comment.