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 303fe35 commit 7ac5162Copy full SHA for 7ac5162
.github/workflows/test.yml
@@ -47,8 +47,9 @@ jobs:
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 branch --all
+ git fetch local
51
git remote update
52
+ git branch --all
53
git checkout ${{ steps.current-commit.outputs.sha }}
54
55
- name: Install Foundry
0 commit comments