File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,13 +108,15 @@ jobs:
108108 run : |
109109 pixi run autotest-base
110110
111- - name : Run scheduled tests on ${{ matrix.os }} with ${{ matrix.compiler }}
111+ - name : Run scheduled tests on MacOS and Linux with all compilers but intel-classic
112112 if : ${{ github.event_name == 'schedule' && (runner.os != 'Windows' || matrix.compiler != 'intel-classic') }}
113- run : pixi run autotest-schedule
113+ run : |
114+ pixi run autotest-schedule
114115
115- - name : Run scheduled tests on ${{ matrix.os }} with ${{ matrix. compiler }}
116+ - name : Run scheduled tests on Windows with intel-classic compiler
116117 if : ${{ github.event_name == 'schedule' && runner.os == 'Windows' && matrix.compiler == 'intel-classic' }}
117- run : pixi run autotest-schedule --exclude gridgen
118+ run : |
119+ pixi run autotest-schedule --exclude gridgen
118120
119121 - name : Upload failed test output
120122 if : failure()
You can’t perform that action at this time.
0 commit comments