Skip to content

Commit 3b075ad

Browse files
committed
πŸ’š Include CLI test in CI
1 parent d5a9bcf commit 3b075ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

β€Ž.github/workflows/test_client_ubuntu.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

β€Ž.github/workflows/test_client_ubuntu_nightlies.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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

β€Ž.github/workflows/test_client_windows_nightlies.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

β€Ž.github/workflows/test_multiple_python.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
Β (0)