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