Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-vera committed Jun 18, 2024
1 parent 0171cc3 commit 7388411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .signadot/testing/demo-tests-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
# Run the cypress e2e tests
cd hotrod
export CYPRESS_SIGNADOT_ROUTING_KEY=$SIGNADOT_ROUTING_KEY
export CYPRESS_HOTROD_NAMESPACE="@{namespace}"
npx cypress run
Expand Down
1 change: 1 addition & 0 deletions .signadot/testing/e2e-tests-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
# Run the cypress e2e tests
cd hotrod
export CYPRESS_HOTROD_E2E="1"
export CYPRESS_SIGNADOT_ROUTING_KEY=$SIGNADOT_ROUTING_KEY
export CYPRESS_HOTROD_NAMESPACE="@{namespace}"
export CYPRESS_FRONTEND_SANDBOX_NAME="@{frontend_sandbox_name}"
export CYPRESS_LOCATION_SANDBOX_NAME="@{location_sandbox_name}"
Expand Down

0 comments on commit 7388411

Please sign in to comment.