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 c0ebb14 commit 8cb5734Copy full SHA for 8cb5734
scripts/ci_test_foundry.sh
@@ -9,6 +9,10 @@ curl -L https://foundry.paradigm.xyz | bash
9
export PATH=$PATH:/home/runner/.foundry/bin
10
foundryup
11
12
+# The foundry init process makes a temporary local git repo and needs certain values to be set
13
+git config --global user.email "[email protected]"
14
+git config --global user.name "CI User"
15
+
16
mkdir forge_test
17
cd forge_test || exit 255
18
forge init
0 commit comments