Skip to content

Commit c31d1b6

Browse files
committed
fixup! DEBUG t1006
1 parent 20e4d50 commit c31d1b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: . /etc/profile && ci/make-test-artifacts.sh artifacts
3636
- name: run test
3737
shell: bash
38-
run: ./etc/profile && cd t && sh t1006-*.sh -ivx
38+
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
3942
- name: zip up tracked files
4043
run: git archive -o artifacts/tracked.tar.gz HEAD
4144
- name: upload tracked files and build artifacts

0 commit comments

Comments
 (0)