Skip to content

Commit

Permalink
fix: simulation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed May 13, 2024
1 parent 14280b1 commit 70f304f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,28 @@ jobs:
strategy:
fail-fast: true

env:
working-directory: ./examples

name: Foundry project
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
match-workspace: "@rhinestone/modulekit-examples"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
match-workspace: "@rhinestone/modulekit-examples"

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build
with:
match-workspace: "@rhinestone/modulekit-examples"
working-directory: ./examples

- name: Run Forge tests
run: |
SIMULATE=true forge test -vvv
id: test
with:
match-workspace: "@rhinestone/modulekit-examples"
working-directory: ./examples

0 comments on commit 70f304f

Please sign in to comment.