aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-29 13:02:21 -0400
committerXe Iaso <me@xeiaso.net>2025-03-29 13:02:21 -0400
commita8692b12e9470f7b7196af99164fc8146869ca4f (patch)
treee40c639e99e501bdb91acdc1750d7d16e36cc655
parent2e766395dcda3d2ea3d8fe3f2ec88cd45c80f121 (diff)
downloadanubis-Xe/staticcheck.tar.xz
anubis-Xe/staticcheck.zip
oh, right, playwright is brokenXe/staticcheck
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
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: |