Skip to content

Commit

Permalink
fix nucliadb admin zone (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Aug 30, 2024
1 parent 61e827f commit f7d4f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7d4f23

Please sign in to comment.