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 ec6556a commit d0e0615Copy full SHA for d0e0615
.github/workflows/test.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: Replace submodule with current commit
37
working-directory: ${{ matrix.project.dir }}
38
run: |
39
- cd ${{ matrix.project.submodule }}
40
-
41
git submodule update --recursive --init
42
+ cd ${{ matrix.project.submodule }}
+
43
# Add local remote pointing to current erc4626-tests repository
44
git remote add local ${{ github.workspace }}/erc4626-tests
45
git remote update
0 commit comments