File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
141141 run : >-
142142 python -m pytest -x
143- -m "offline and not api" -c /dev/null -p no:warnings
143+ -m "offline and not api" -m cli - c /dev/null -p no:warnings
144144 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
145145 config_tests :
146146 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9090 python -m pytest -x
9191 -m dispatch -c /dev/null -p no:warnings
9292 -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
93- online_online :
93+ online_tests :
9494 runs-on : ubuntu-latest
9595 timeout-minutes : 30
9696 steps :
@@ -138,7 +138,7 @@ jobs:
138138 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
139139 run : >-
140140 python -m pytest -x
141- -m "offline and not api" -c /dev/null -p no:warnings
141+ -m "offline and not api" -m cli - c /dev/null -p no:warnings
142142 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
143143 config_tests :
144144 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
140140 run : >-
141141 python -m pytest -x
142- -m run -m 'offline and not unix and not api' -c /dev/null -p no:warnings
142+ -m run -m 'offline and not unix and not api' -m cli - c /dev/null -p no:warnings
143143 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
144144 shell : pwsh
145145 config_tests :
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
164164 run : >-
165165 python -m pytest -x
166- -m "offline and not api" -c /dev/null -p no:warnings
166+ -m "offline and not api" -m cli - c /dev/null -p no:warnings
167167 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
168168 config_tests :
169169 runs-on : ubuntu-latest
You canβt perform that action at this time.
0 commit comments