We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5162 commit 5d9bf93Copy full SHA for 5d9bf93
.github/workflows/test.yml
@@ -42,15 +42,9 @@ jobs:
42
run: |
43
git submodule update --recursive --init
44
45
- cd ${{ matrix.project.submodule }}
46
-
47
- # Add local remote pointing to current erc4626-tests repository
48
- git remote add local ${{ github.workspace }}/erc4626-tests
49
- git remote -v show
50
- git fetch local
51
- git remote update
52
- git branch --all
53
- git checkout ${{ steps.current-commit.outputs.sha }}
+ rm -rf ${{ matrix.project.submodule }}
+
+ cp -r ${{ github.workspace }}/erc4626-tests ${{ matrix.project.submodule }}
54
55
- name: Install Foundry
56
uses: foundry-rs/foundry-toolchain@v1
0 commit comments