Skip to content

Commit c701897

Browse files
committed
DEBUG t1006
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 962f2b6 commit c701897

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
concurrency:
2626
group: windows-build-${{ github.ref }}
2727
steps:
28+
- uses: mxschmitt/action-tmate/detached@v3
2829
- uses: actions/checkout@v5
2930
- uses: git-for-windows/setup-git-for-windows-sdk@v1
3031
- name: build
@@ -33,6 +34,9 @@ jobs:
3334
HOME: ${{runner.workspace}}
3435
NO_PERL: 1
3536
run: . /etc/profile && ci/make-test-artifacts.sh artifacts
37+
- name: run test
38+
shell: bash
39+
run: ./etc/profile && cd t && sh t1006-*.sh -ivx
3640
- name: zip up tracked files
3741
run: git archive -o artifacts/tracked.tar.gz HEAD
3842
- name: upload tracked files and build artifacts

0 commit comments

Comments
 (0)