CI: Fix unit test exclusion condition
This commit is contained in:
parent
b5d0492d50
commit
637ae18798
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.type.name != 'releasedbg'
|
||||
if: matrix.mode.name != 'releasedbg'
|
||||
run: xmake run NazaraUnitTests
|
||||
|
||||
# Install the result files
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.type.name != 'releasedbg'
|
||||
if: matrix.mode.name != 'releasedbg'
|
||||
run: xmake run NazaraUnitTests
|
||||
|
||||
# Install the result files
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.type.name != 'releasedbg'
|
||||
if: matrix.mode.name != 'releasedbg'
|
||||
run: xmake run NazaraUnitTests
|
||||
|
||||
# Install the result files
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.type.name != 'releasedbg'
|
||||
if: matrix.mode.name != 'releasedbg'
|
||||
run: xmake.exe run NazaraUnitTests
|
||||
|
||||
# Install the result files
|
||||
|
|
|
|||
Loading…
Reference in New Issue