Skip to content

Commit 5c68a7f

Browse files
committed
Update workflow
1 parent 519966c commit 5c68a7f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/contracts-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
if: env.GIT_DIFF
4343
working-directory: ./contracts
4444
run: |
45-
forge install OpenZeppelin/openzeppelin-contracts@v4.9.5 --no-commit
46-
forge install foundry-rs/forge-std --no-commit --no-git
45+
forge install OpenZeppelin/openzeppelin-contracts@v4.9.5
46+
forge install foundry-rs/forge-std
4747
4848
- name: Run contract tests
4949
if: env.GIT_DIFF

contracts/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ These targets will:
3434
```bash
3535
cd contracts
3636

37-
# One time setup
38-
make setup-env
37+
make setup-env # One time setup
3938

4039
make anvil-start # Start Anvil
4140
make deploy-manual # Deploy contract with forge

0 commit comments

Comments
 (0)