internal/test: start playwright in the background?

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-03-27 08:16:23 -04:00
parent 60bebefb42
commit 75a2b8013b
+1
View File
@@ -67,6 +67,7 @@ jobs:
- name: install playwright browsers
run: |
npx --yes playwright@1.50.1 install --with-deps
npx --yes playwright@1.50.1 run-server --port 3000 &
- name: Build
run: go build ./...