Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CARQ-331 Figure out why Synpress jobs are taking so long #20

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
CYPRESS_DOCKER_RUN: true
CI: true
METAMASK_VERSION: 10.25.0
CHAIN_ID: 1337
NETWORK_NAME: "Local"
SYMBOL: "ETH"
IS_TESTNET: "true"
VITE_NETWORK: "Local"
SECRET_WORDS: test test test test test test test test test test test junk
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -93,10 +98,10 @@ 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)

# E2E tests are disabled until we figure out why they take hours to complete
# https://linear.app/golemfoundation/issue/CAQD-331/figure-out-why-synpress-jobs-are-taking-so-long
# yarn synpress:run
yarn synpress:run
shell: bash
- uses: actions/[email protected]
if: failure()
Expand Down
Loading