Skip to content

Commit d0e0615

Browse files
committed
try
1 parent ec6556a commit d0e0615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Replace submodule with current commit
3737
working-directory: ${{ matrix.project.dir }}
3838
run: |
39-
cd ${{ matrix.project.submodule }}
40-
4139
git submodule update --recursive --init
4240
41+
cd ${{ matrix.project.submodule }}
42+
4343
# Add local remote pointing to current erc4626-tests repository
4444
git remote add local ${{ github.workspace }}/erc4626-tests
4545
git remote update

0 commit comments

Comments
 (0)