diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-29 13:02:21 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-29 13:02:21 -0400 |
| commit | a8692b12e9470f7b7196af99164fc8146869ca4f (patch) | |
| tree | e40c639e99e501bdb91acdc1750d7d16e36cc655 | |
| parent | 2e766395dcda3d2ea3d8fe3f2ec88cd45c80f121 (diff) | |
| download | anubis-a8692b12e9470f7b7196af99164fc8146869ca4f.tar.xz anubis-a8692b12e9470f7b7196af99164fc8146869ca4f.zip | |
oh, right, playwright is brokenXe/staticcheck
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/workflows/go.yml | 2 |
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: | |
