Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit eee0832

Browse files
authored
disable tests
1 parent 5fa66d0 commit eee0832

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-windows-executable-app.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ jobs:
148148
CCACHE_COMPRESSLEVEL: 12
149149
CCACHE_MAXSIZE: 400M
150150

151-
- name: Test Windows
152-
shell: bash
153-
run: ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/citest.cmake
154-
env:
155-
SOURCE_DIRECTORY: "${{ github.workspace }}/OpenMS"
156-
CI_PROVIDER: "GitHub-Actions"
157-
BUILD_NAME: "${{ env.RUN_NAME }}-Win64-class-topp-${{ github.run_number }}"
151+
# - name: Test Windows
152+
# shell: bash
153+
# run: ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/citest.cmake
154+
# env:
155+
# SOURCE_DIRECTORY: "${{ github.workspace }}/OpenMS"
156+
# CI_PROVIDER: "GitHub-Actions"
157+
# BUILD_NAME: "${{ env.RUN_NAME }}-Win64-class-topp-${{ github.run_number }}"
158158

159159
- name: Package
160160
shell: bash

0 commit comments

Comments
 (0)