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 20e4d50 commit c31d1b6Copy full SHA for c31d1b6
.github/workflows/main.yml
@@ -35,7 +35,10 @@ jobs:
35
run: . /etc/profile && ci/make-test-artifacts.sh artifacts
36
- name: run test
37
shell: bash
38
- run: ./etc/profile && cd t && sh t1006-*.sh -ivx
+ run: . /etc/profile && cd t && sh t1006-*.sh -ivx
39
+ - name: run test
40
+ shell: bash
41
+ run: . /etc/profile && cd t && MSYS=winsymlinks:nativestrict sh t1006-*.sh -ivx
42
- name: zip up tracked files
43
run: git archive -o artifacts/tracked.tar.gz HEAD
44
- name: upload tracked files and build artifacts
0 commit comments