Skip to content
Snippets Groups Projects
Unverified Commit d2767b74 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Try to fix condition

parent ecdf85c1
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ jobs:
pixi run -e ${{ matrix.environment }} build
- name: Test Coal [MacOS/Linux/Windows]
if: ${{ ! contains(matrix.os, 'windows') }} && matrix.build_type != 'Debug'
if: ${{ ! (contains(matrix.os, 'windows') && matrix.build_type == 'Debug') }}
run: |
pixi run -e ${{ matrix.environment }} ctest --test-dir build --output-on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment