Skip to content

Commit

Permalink
ci: test chains
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 27, 2024
1 parent 67e4e85 commit 3a9aafd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-chains.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test chains
name: Test Chains
on:
workflow_dispatch:
workflow_call:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Check chains
name: Test
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 10
Expand All @@ -19,8 +19,11 @@ jobs:
with:
submodules: 'recursive'

- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
uses: wevm/actions/.github/actions/bun@main

- name: Check chain
- name: Run tests
run: bun run test:chains

0 comments on commit 3a9aafd

Please sign in to comment.