Skip to content

Commit

Permalink
Fixed the new visual yaml file to run server first
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 2, 2024
1 parent f5e2de9 commit 58df5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cd ./packages/web-new
npm install
npx playwright install chromium firefox
npm serve &
npm run serve &
sleep 10
npm test
Expand Down

0 comments on commit 58df5ed

Please sign in to comment.