From 9c392bca78cfda193694a0dab0bd4d7c4cb3225b Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 26 Jan 2024 09:26:23 -0500 Subject: [PATCH] Switch E2E test command to use Makefile Signed-off-by: Carlo Costino --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 179615e89..53af0de2d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -126,7 +126,7 @@ jobs: # Run the E2E tests against the code found in this PR. # run: poetry run pytest -v --browser chromium --browser firefox --browser webkit tests/end_to_end # --browser webkit doesn't work at this time. - run: poetry run pytest -v --browser chromium --browser firefox tests/end_to_end + run: make e2e-test # Debugging for now to troubleshoot a connectivity issue to the local servers # run: curl --request GET --url "http://localhost:6012" env: