Skip to content

Commit

Permalink
fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed Feb 18, 2024
1 parent 7a41e32 commit ca91b74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Storybook Test
if: ${{ env.vercel_token != '' }}
run: |
yarn workspace qwik-app test-storybook
yarn workspace qwik-app playwright install && yarn workspace qwik-app test-storybook
env:
TARGET_URL: "${{ steps.deploy.outputs.url }}"
1 change: 1 addition & 0 deletions packages/qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint": "8.56.0",
"eslint-plugin-qwik": "1.4.1",
"node-fetch": "3.3.2",
"playwright": "1.41.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16095,7 +16095,7 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:^1.14.0":
"playwright@npm:1.41.2, playwright@npm:^1.14.0":
version: 1.41.2
resolution: "playwright@npm:1.41.2"
dependencies:
Expand Down Expand Up @@ -16472,6 +16472,7 @@ __metadata:
eslint: 8.56.0
eslint-plugin-qwik: 1.4.1
node-fetch: 3.3.2
playwright: 1.41.2
prettier: 3.2.5
react: 18.2.0
react-dom: 18.2.0
Expand Down

0 comments on commit ca91b74

Please sign in to comment.