Skip to content

Commit 9b373b7

Browse files
committed
Update tests to set matrix first
1 parent b7f3112 commit 9b373b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121

2222
jobs:
2323
main:
24-
runs-on: ${{ matrix.os }}
2524
strategy:
2625
fail-fast: false
2726
matrix:
@@ -35,6 +34,7 @@ jobs:
3534
- os: ubuntu-latest
3635
folder: OWC
3736
- folder: Paraview_Visualization
37+
runs-on: ${{ matrix.os }}
3838
name: "${{ matrix.folder }} - ${{ matrix.os }} - ${{ matrix.release }}"
3939
timeout-minutes: 45
4040
steps:

0 commit comments

Comments
 (0)