From 75a2b8013b813b2244b6c437e97e730591cd42b0 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 27 Mar 2025 08:16:23 -0400 Subject: [PATCH] internal/test: start playwright in the background? Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 35c1f55..d112342 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./...