From 044385142f8159e3012de75d4b512589fcd537f6 Mon Sep 17 00:00:00 2001 From: kdacosta0 Date: Wed, 8 Jul 2026 14:00:38 +0200 Subject: [PATCH] Fix playwright install: migrate to mxschmitt/playwright-go The playwright-community/playwright-go CDN has been shut down. The module moved to mxschmitt/playwright-go which downloads the driver from npm + nodejs.org instead. Refs: SECURESIGN-4984 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c492fa6a..1ed291942 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -671,7 +671,7 @@ jobs: cd e2e source ./tas-env-variables.sh # Install Playwright with dependencies for UI tests - go run github.com/playwright-community/playwright-go/cmd/playwright install --with-deps + go run github.com/mxschmitt/playwright-go/cmd/playwright install --with-deps go test -v ./test/... - name: dump the logs of the operator