CI: Fix unit test exclusion condition

This commit is contained in:
Lynix 2022-03-19 17:57:13 +01:00
parent b5d0492d50
commit 637ae18798
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ jobs:
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests
if: matrix.type.name != 'releasedbg' if: matrix.mode.name != 'releasedbg'
run: xmake run NazaraUnitTests run: xmake run NazaraUnitTests
# Install the result files # Install the result files

View File

@ -65,7 +65,7 @@ jobs:
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests
if: matrix.type.name != 'releasedbg' if: matrix.mode.name != 'releasedbg'
run: xmake run NazaraUnitTests run: xmake run NazaraUnitTests
# Install the result files # Install the result files

View File

@ -82,7 +82,7 @@ jobs:
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests
if: matrix.type.name != 'releasedbg' if: matrix.mode.name != 'releasedbg'
run: xmake run NazaraUnitTests run: xmake run NazaraUnitTests
# Install the result files # Install the result files

View File

@ -65,7 +65,7 @@ jobs:
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests
if: matrix.type.name != 'releasedbg' if: matrix.mode.name != 'releasedbg'
run: xmake.exe run NazaraUnitTests run: xmake.exe run NazaraUnitTests
# Install the result files # Install the result files