Skip to content

Commit ae9caf6

Browse files
committed
run the tests that I want. Env variable is overridden by command line arg
1 parent a34a060 commit ae9caf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- os: ubuntu-latest
7272
python-version: "3.11"
7373
allow-failure: true
74-
test-case: start test-remote
74+
test-case: start test-all # the tests that are run are limited by the PYTEST_ADDOPTS in test-option below
7575
test-option: >-
7676
PYTEST_ADDOPTS='-m "remote and network"' MAGPIE_NETWORK_CREATE_MISSING_PEM_FILE=True MAGPIE_NETWORK_ENABLED=on MAGPIE_NETWORK_INSTANCE_NAME=example
7777
# coverage test
@@ -88,8 +88,8 @@ jobs:
8888
- os: ubuntu-20.04
8989
python-version: "3.5"
9090
allow-failure: true
91-
test-case: test-local
92-
test-option: PYTEST_ADDOPTS='-m "not network"' # network mode is not supported for python version < 3.6
91+
test-case: test-all # the tests that are run are limited by the PYTEST_ADDOPTS in test-option below
92+
test-option: PYTEST_ADDOPTS='-m "local and not network"' # network mode is not supported for python version < 3.6
9393
- os: ubuntu-20.04
9494
python-version: "3.6"
9595
allow-failure: true

0 commit comments

Comments
 (0)