Skip to content

Commit

Permalink
Reorder matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Jan 16, 2025
1 parent 8e69b34 commit f65e893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-windows-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
nightly-windows-ci-master:
name: nightly-windows-ci-master (SEC=${{ matrix.security }}, ${{ matrix.cmake_build_type }}, ${{ matrix.test_filter }})
name: nightly-windows-ci-master (${{ matrix.cmake_build_type }}, SEC=${{ matrix.security }}, ${{ matrix.test_filter }})
strategy:
fail-fast: false
matrix:
cmake_build_type:
- 'RelWithDebInfo'
- 'Debug'
security:
- 'ON'
- 'OFF'
cmake_build_type:
- 'Debug'
- 'RelWithDebInfo'
test_filter:
- 'blackbox'
- 'unittest'
Expand Down

0 comments on commit f65e893

Please sign in to comment.