Skip to content

chore: run medusa in CI #8

chore: run medusa in CI

chore: run medusa in CI #8

Workflow file for this run

name: Run medusa
on:
push:
branches: [main, dev]
pull_request:
branches:
- "**"
jobs:
tests:
concurrency: ci-medusa-${{ github.head_ref || github.run_id }}
runs-on: ubuntu-latest
container:
image: trailofbits/eth-security-toolbox:nightly
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1
- name: Run medusa for five minutes
run: sudo -lu ethsec medusa fuzz --timeout 30