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