Skip to content

Commit 1a9dc8a

Browse files
committed
Merge pull request #3463 from dscho/work-around-ci-failures-with-gpg
ci(windows): avoid using external gpg by mistake
2 parents 9c5e2f6 + cd5242d commit 1a9dc8a

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
@@ -197,7 +197,7 @@ jobs:
197197
shell: bash
198198
env:
199199
NO_SVN_TESTS: 1
200-
run: ci/run-test-slice.sh ${{matrix.nr}} 10
200+
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
201201
- name: ci/print-test-failures.sh
202202
if: failure()
203203
shell: bash

0 commit comments

Comments
 (0)