Commit 765264c3 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4614 from ethereum-optimism/clabby/e2e/actions-ci

fix(op-e2e): Include `action` tests in CI
parents db23be2f bee9147d
......@@ -484,6 +484,7 @@ jobs:
# constraint that gotestsum does not currently (nor likely will) accept files from different pacakges when building.
OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false OP_E2E_USE_HTTP=<<parameters.use_http>> gotestsum \
--format=standard-verbose --junitfile=/tmp/test-results/<<parameters.module>>_http_<<parameters.use_http>>.xml \
./... \
-- -timeout=20m
working_directory: <<parameters.module>>
- store_test_results:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment