Skip to content

Commit

Permalink
chore(tests-e2e): attempt to start dev server in the background
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Nov 3, 2024
1 parent 3c665f5 commit 2df2f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npx playwright install --with-deps

- name: Start Dev
run: npm run start:test
run: npm run start:test &

- name: Run Playwright tests
run: npx playwright test
Expand Down
21 changes: 0 additions & 21 deletions node-red-server.js

This file was deleted.

0 comments on commit 2df2f63

Please sign in to comment.