Commit 297829bd authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2368 from ethereum-optimism/sc/ext-test-cron

feat(itests): run external tests once per day
parents 3dee2651 c5131b4f
name: Exteral Tests (Synthetix)
on: workflow_dispatch
on:
schedule:
# run these tests once per day
- cron: '0 0 * * *'
jobs:
integration:
......@@ -69,7 +72,6 @@ jobs:
if: failure()
uses: jwalton/gh-docker-logs@v1
with:
images: 'ethereumoptimism/hardhat,ethereumoptimism/deployer,ethereumoptimism/data-transport-layer,ethereumoptimism/l2geth,ethereumoptimism/message-relayer,ethereumoptimism/batch-submitter,ethereumoptimism/l2geth,ethereumoptimism/integration-tests'
dest: '~/logs'
- name: Tar logs
......
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