Skip to content

Commit a5421ee

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
Merge pull request #3463 from dscho/work-around-ci-failures-with-gpg
ci(windows): avoid using external gpg by mistake
2 parents ee75623 + cd5242d commit a5421ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)