From c4bf45c79bb9e720dd074876858a5eb45f9b06ad Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Tue, 12 Mar 2024 01:59:50 -0500 Subject: [PATCH] mistaken url --- .github/workflows/integration-cube-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-cube-ci.yml b/.github/workflows/integration-cube-ci.yml index 37ae709cf..7a8d93986 100644 --- a/.github/workflows/integration-cube-ci.yml +++ b/.github/workflows/integration-cube-ci.yml @@ -110,5 +110,5 @@ jobs: - name: Run Cube Tests env: - TESTING_CUBE_API_URL: "http://cubeapi:4000" + TESTING_CUBE_API_URL: "http://cubeapi:4000/cubejs-api/v1" run: poetry run pytest