Skip to content

Commit

Permalink
Update optimism-ci.yaml (#13)
Browse files Browse the repository at this point in the history
Adds a build step before running kontrol
  • Loading branch information
smartcontracts authored Sep 27, 2024
1 parent 2bcfcd2 commit 9fd145c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/optimism-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ jobs:
export PATH=$HOME/.foundry/bin:$PATH
just update-foundry
- name: "Build Contracts"
shell: bash
run: |
pushd optimism/packages/contracts-bedrock > /dev/null
source $HOME/.foundry/bin/foundryup
export PATH=$HOME/.foundry/bin:$PATH
just build
- name: "Generate Kontrol Summaries"
shell: bash
run: |
Expand Down

0 comments on commit 9fd145c

Please sign in to comment.