File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 ~/.foundry/cache
2828 ~/.config/.foundry/cache
2929 key : rpc-cache-${{ hashFiles('crates/forge/tests/rpc-cache-keyfile') }}
30+ - name : Setup git config
31+ run : |
32+ git config --global user.name "GitHub Actions Bot"
33+ git config --global user.email "<>"
34+ - name : Force use of HTTPS for submodules
35+ run : git config --global url."https://github.com/".insteadOf "git@github.com:"
3036 - name : test
3137 run : |
3238 cargo nextest run -r -p forge --test cli --features heavy-integration-tests --retries 1 -E 'test(~heavy_integration)'
Original file line number Diff line number Diff line change 9696 run : |
9797 git config --global user.name "GitHub Actions Bot"
9898 git config --global user.email "<>"
99+ - name : Force use of HTTPS for submodules
100+ run : git config --global url."https://github.com/".insteadOf "git@github.com:"
99101 - name : Test
100102 shell : bash
101103 run : |
You can’t perform that action at this time.
0 commit comments