File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 env :
8989 HOME : ${{runner.workspace}}
9090 NO_PERL : 1
91- run : ci/make-test-artifacts.sh artifacts
91+ run : . /etc/profile && ci/make-test-artifacts.sh artifacts
9292 - name : zip up tracked files
9393 run : git archive -o artifacts/tracked.tar.gz HEAD
9494 - name : upload tracked files and build artifacts
@@ -115,7 +115,7 @@ jobs:
115115 - uses : git-for-windows/setup-git-for-windows-sdk@v1
116116 - name : test
117117 shell : bash
118- run : ci/run-test-slice.sh ${{matrix.nr}} 10
118+ run : . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
119119 - name : ci/print-test-failures.sh
120120 if : failure()
121121 shell : bash
@@ -198,7 +198,7 @@ jobs:
198198 env :
199199 NO_SVN_TESTS : 1
200200 GIT_TEST_SKIP_REBASE_P : 1
201- run : ci/run-test-slice.sh ${{matrix.nr}} 10
201+ run : . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
202202 - name : ci/print-test-failures.sh
203203 if : failure()
204204 shell : bash
You can’t perform that action at this time.
0 commit comments