Skip to content

Commit 5d9bf93

Browse files
committed
try
1 parent 7ac5162 commit 5d9bf93

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,9 @@ jobs:
4242
run: |
4343
git submodule update --recursive --init
4444
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 }}
45+
rm -rf ${{ matrix.project.submodule }}
46+
47+
cp -r ${{ github.workspace }}/erc4626-tests ${{ matrix.project.submodule }}
5448
5549
- name: Install Foundry
5650
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)