Skip to content

Commit d0cc1ec

Browse files
committed
TO-DROP: restrict test to t0060
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 58e0739 commit d0cc1ec

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
-DNO_GETTEXT=YesPlease -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }} -DVCPKG_ARCH=${{ matrix.arch }}-windows -DHOST_CPU=${{ matrix.arch }}
5757
- name: MSBuild
5858
run: msbuild git.sln -property:Configuration=Release -property:Platform=${{ matrix.arch }} -maxCpuCount:4 -property:PlatformToolset=v142
59+
- name: test
60+
shell: bash
61+
env:
62+
NO_SVN_TESTS: 1
63+
run: . /etc/profile && cd t && sh t0060-*.sh -iVx
5964
- name: bundle artifact tar
6065
shell: bash
6166
env:
@@ -71,38 +76,3 @@ jobs:
7176
with:
7277
name: vs-artifacts-${{ matrix.arch }}
7378
path: artifacts
74-
vs-test:
75-
name: win+VS test
76-
runs-on: windows-latest
77-
needs: [vs-build]
78-
strategy:
79-
fail-fast: false
80-
matrix:
81-
nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
82-
concurrency:
83-
group: vs-test-${{ matrix.nr }}-${{ github.ref }}
84-
steps:
85-
- uses: git-for-windows/setup-git-for-windows-sdk@v1
86-
- name: download tracked files and build artifacts
87-
uses: actions/download-artifact@v6
88-
with:
89-
name: vs-artifacts-x64
90-
path: ${{github.workspace}}
91-
- name: extract tracked files and build artifacts
92-
shell: bash
93-
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
94-
- name: test
95-
shell: bash
96-
env:
97-
NO_SVN_TESTS: 1
98-
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
99-
- name: print test failures
100-
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
101-
shell: bash
102-
run: ci/print-test-failures.sh
103-
- name: Upload failed tests' directories
104-
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
105-
uses: actions/upload-artifact@v5
106-
with:
107-
name: failed-tests-windows-vs-${{ matrix.nr }}
108-
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)