diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index da3d3df042..1bf6120cf1 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -27,4 +27,4 @@ jobs: run: go test ./... - name: E2E tests - run: make test-e2e-short + run: go run ./tests/e2e/... --happy-path-only --verbose