We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9bd3f0 + 67c9a3e commit d09e7c9Copy full SHA for d09e7c9
1 file changed
.github/workflows/python-release.yml
@@ -45,7 +45,7 @@ jobs:
45
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
46
python -m pip install --upgrade pip
47
pip install .[dev]
48
- python -m pytest
+ python -m pytest -m "not openshift"
49
50
# 3. Flake8 Linting
51
# -------------------------------------------------------------------------------------------
0 commit comments