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