Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Jan 14, 2024
1 parent e111d91 commit 0d16e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: yarn playwright install --with-deps

- name: Start Server
run: yarn dev
run: yarn dev &
shell: bash

- name: Run Playwright tests
run: yarn playwright test
Expand Down

0 comments on commit 0d16e01

Please sign in to comment.