steps: - label: "nearbridge test" command: | source testing/ci/e2e_ci_prepare_env.sh cd contracts/eth/nearbridge yarn yarn test agents: - "queue=medium" - label: "nearprover test" command: | source testing/ci/e2e_ci_prepare_env.sh cd contracts/eth/nearprover yarn --cwd ../ yarn yarn test agents: - "queue=medium" - label: "verify near headers" command: | source testing/ci/e2e_ci_prepare_env.sh yarn cd contracts/eth/ ci/test_verify_near_headers.sh agents: - "queue=medium" - label: "verify near proofs" command: | source testing/ci/e2e_ci_prepare_env.sh yarn cd contracts/eth/ ci/test_verify_near_proofs.sh agents: - "queue=medium"