Skip to content

Commit

Permalink
Merge branch 'main' into 40-add-a-farcasterwarpcast-flow-to-request-t…
Browse files Browse the repository at this point in the history
…oken-frame
  • Loading branch information
marc-aurele-besner committed May 28, 2024
2 parents 1865f61 + 73d83e7 commit a95e2d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/foundry-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
version: nightly
- name: NPM Clean Install
run: cd smart_contract && npm ci
run: npm ci
working-directory: smart_contract
- name: Run Forge Test
run: forge test
working-directory: smart_contract

0 comments on commit a95e2d9

Please sign in to comment.