From f7d4f2329e605735d0697c63f9cbd1f9d5e29d72 Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Fri, 30 Aug 2024 18:10:46 +0200 Subject: [PATCH] fix nucliadb admin zone (#106) --- .github/workflows/run-e2e-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-e2e-dev.yml b/.github/workflows/run-e2e-dev.yml index 80b79c4..0b01241 100644 --- a/.github/workflows/run-e2e-dev.yml +++ b/.github/workflows/run-e2e-dev.yml @@ -21,6 +21,7 @@ jobs: -v nucliadb-standalone:/data \ -e NUCLIA_PUBLIC_URL="https://{zone}.gcp-global-dev-1.nuclia.io" \ -e NUA_API_KEY=${{ secrets.NUA_KEY_DEV }} \ + -e NUA_ZONE=gcp-dev-1 \ nucliadb-server & # Install npm dependencies, cache them correctly and run all Cypress tests - name: Cypress run