Skip to content

Commit 7ac5162

Browse files
committed
try
1 parent 303fe35 commit 7ac5162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
# Add local remote pointing to current erc4626-tests repository
4848
git remote add local ${{ github.workspace }}/erc4626-tests
4949
git remote -v show
50-
git branch --all
50+
git fetch local
5151
git remote update
52+
git branch --all
5253
git checkout ${{ steps.current-commit.outputs.sha }}
5354
5455
- name: Install Foundry

0 commit comments

Comments
 (0)