From a8692b12e9470f7b7196af99164fc8146869ca4f Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 29 Mar 2025 13:02:21 -0400 Subject: oh, right, playwright is broken Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0a2d407..09b543a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -67,7 +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 & + npx --yes playwright@1.50.1 run-server --port 9001 & - name: install node deps run: | -- cgit v1.2.3