Skip to content

Commit 67c9a3e

Browse files
committed
[patch] Skip OCP tests on release as well
1 parent b038626 commit 67c9a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4646
python -m pip install --upgrade pip
4747
pip install .[dev]
48-
python -m pytest
48+
python -m pytest -m "not openshift"
4949
5050
# 3. Flake8 Linting
5151
# -------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)