Skip to content

Commit

Permalink
add a pause between server and test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 1, 2024
1 parent b7105f3 commit a70456e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright-visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install
# run: npx playwright install --with-deps
run: npx playwright install --with-deps
# run: npx playwright install

- name: Run server and test
run: |
npm run serve &
sleep 10
npm run test
# - name: Run Playwright tests
Expand Down

0 comments on commit a70456e

Please sign in to comment.