diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f23cd7498..212f4d8c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,7 @@ jobs: DISCONNECTED=1 make run & sleep 15 # probably a dirty solution HUB_BASE_URL=http://localhost:8080 make test-api + HUB_BASE_URL=http://localhost:8080 make test-api # Intentionaly run 2x to catch data left in Hub DB. test-e2e: runs-on: ubuntu-latest diff --git a/.github/workflows/test-nightly.yml b/.github/workflows/test-nightly.yml index 2cb3116fc..60e81cf83 100644 --- a/.github/workflows/test-nightly.yml +++ b/.github/workflows/test-nightly.yml @@ -26,3 +26,4 @@ jobs: DISCONNECTED=1 make run & sleep 15 # probably a dirty solution HUB_BASE_URL=http://localhost:8080 make test-api + HUB_BASE_URL=http://localhost:8080 make test-api # Intentionaly run 2x to catch data left in Hub DB.