File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
env :
89
89
HOME : ${{runner.workspace}}
90
90
NO_PERL : 1
91
- run : ci/make-test-artifacts.sh artifacts
91
+ run : . /etc/profile && ci/make-test-artifacts.sh artifacts
92
92
- name : zip up tracked files
93
93
run : git archive -o artifacts/tracked.tar.gz HEAD
94
94
- name : upload tracked files and build artifacts
@@ -115,7 +115,7 @@ jobs:
115
115
- uses : git-for-windows/setup-git-for-windows-sdk@v1
116
116
- name : test
117
117
shell : bash
118
- run : ci/run-test-slice.sh ${{matrix.nr}} 10
118
+ run : . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
119
119
- name : ci/print-test-failures.sh
120
120
if : failure()
121
121
shell : bash
@@ -198,7 +198,7 @@ jobs:
198
198
env :
199
199
NO_SVN_TESTS : 1
200
200
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
202
202
- name : ci/print-test-failures.sh
203
203
if : failure()
204
204
shell : bash
You can’t perform that action at this time.
0 commit comments