Skip to content

Commit

Permalink
ci: started server
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeovany committed Mar 27, 2024
1 parent 1f92f13 commit 1be50e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Start server
run: npm start &

- name: Wait for server to start
run: sleep 10s

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 1be50e0

Please sign in to comment.