Skip to content

Commit a5d92f1

Browse files
committed
Changed CI/Cd pipeline
1 parent dd094a3 commit a5d92f1

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
uses: foundry-rs/foundry-toolchain@v1
5353

5454
- name: Install contract dependencies
55-
run: forge install
55+
run: |
56+
forge install OpenZeppelin/openzeppelin-contracts --no-commit
57+
forge install foundry-rs/forge-std --no-commit
5658
5759
- name: Build contracts
5860
run: forge build

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "packages/contracts/lib/openzeppelin-contracts"]
2+
path = packages/contracts/lib/openzeppelin-contracts
3+
url = https://github.com/OpenZeppelin/openzeppelin-contracts
4+
[submodule "packages/contracts/lib/forge-std"]
5+
path = packages/contracts/lib/forge-std
6+
url = https://github.com/foundry-rs/forge-std

packages/contracts/lib/forge-std

Submodule forge-std added at 0844d7e
Submodule openzeppelin-contracts added at fcbae53

0 commit comments

Comments
 (0)