Skip to content

Commit

Permalink
chore: install playwright browsers before smoke tests
Browse files Browse the repository at this point in the history
bmstefanski committed Oct 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d338dec commit 139ed0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ jobs:
- name: Smoke & Acceptance tests
run: |
yarn build-storybook --quiet
yarn playwright install
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"

1 comment on commit 139ed0b

@vercel
Copy link

@vercel vercel bot commented on 139ed0b Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-enterprise – ./

next-enterprise-blazity.vercel.app
next-enterprise.vercel.app
next-enterprise-git-main-blazity.vercel.app

Please sign in to comment.