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 962f2b6 commit c701897Copy full SHA for c701897
.github/workflows/main.yml
@@ -25,6 +25,7 @@ jobs:
25
concurrency:
26
group: windows-build-${{ github.ref }}
27
steps:
28
+ - uses: mxschmitt/action-tmate/detached@v3
29
- uses: actions/checkout@v5
30
- uses: git-for-windows/setup-git-for-windows-sdk@v1
31
- name: build
@@ -33,6 +34,9 @@ jobs:
33
34
HOME: ${{runner.workspace}}
35
NO_PERL: 1
36
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
40
- name: zip up tracked files
41
run: git archive -o artifacts/tracked.tar.gz HEAD
42
- name: upload tracked files and build artifacts
0 commit comments