Skip to content

Commit

Permalink
fix: modify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Aug 21, 2024
1 parent 213e1df commit a1a1f99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
run: |
forge --version

- name: Install Project Dependencies
run: |
npm install
forge install --no-git --no-commit foundry-rs/[email protected]
forge --version
- name: Lint Check
run: |
Expand Down

0 comments on commit a1a1f99

Please sign in to comment.