Skip to content

Commit

Permalink
TEMPORARILY disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed May 15, 2024
1 parent 2565ad6 commit a4afc27
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ jobs:
CCACHE_COMPRESSLEVEL: 12
CCACHE_MAXSIZE: 400M

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

- name: Upload TOPP tools as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a4afc27

Please sign in to comment.