From 3995e6849b1bb577ffddf8a045799488368c7da5 Mon Sep 17 00:00:00 2001 From: kdacosta0 Date: Wed, 8 Jul 2026 14:02:02 +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 d5c02238f..cac4e53a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -608,7 +608,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