Skip to content

Commit

Permalink
pass vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent 2b31696 commit 4b86e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cypress
name: Cypress-nightly
on:
workflow_call:
jobs:
Expand Down
6 changes: 3 additions & 3 deletions test/cy/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test-deploy:
# chmod 600 .fuzzbucket-ssh-key
# export SSH_OPTIONS="-i.fuzzbucket-ssh-key"
# export TEST_ENVIRONMENT=${TEST_ENVIRONMENT}
export CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')"
export CONNECT_SERVER="$(python ../setup/connect_setup.py)"
export CYPRESS_CONNECT_ADDRESS="${CONNECT_SERVER}/connect/\#/login"
export CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')" && \
export CONNECT_SERVER="$(python ../setup/connect_setup.py)" && \
export CYPRESS_CONNECT_ADDRESS="${CONNECT_SERVER}/connect/\#/login" && \
npm run test-deploy

0 comments on commit 4b86e12

Please sign in to comment.