Skip to content

Commit

Permalink
test: add missing envs
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Feb 22, 2024
1 parent 7599067 commit 00d2e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
bash ${CI_PROJECT_DIR}/ci/argocd/wait_for_app.sh
export OCTANT_BASE_URL; OCTANT_BASE_URL=https://$(bash ${CI_PROJECT_DIR}/ci/argocd/get_web_client_url.sh)
export RPC_URL=https://$(bash $CI_PROJECT_DIR/ci/argocd/get_rpc_url.sh)
export VITE_JSON_RPC_ENDPOINT=https://$(bash $CI_PROJECT_DIR/ci/argocd/get_rpc_url.sh)
yarn synpress:run
shell: bash
Expand Down

0 comments on commit 00d2e48

Please sign in to comment.