We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f7f84 commit 3da19edCopy full SHA for 3da19ed
.github/workflows/scripts/script.sh
@@ -169,7 +169,7 @@ fi
169
export PULP_FIXTURES_URL="http://pulp-fixtures:8080"
170
pushd ../pulp-cli
171
pip install -r test_requirements.txt
172
-pytest -v -m "pulpcore or pulp_file or pulp_certguard"
+pytest -v tests -m "pulpcore or pulp_file or pulp_certguard"
173
popd
174
175
if [ -f "$POST_SCRIPT" ]; then
0 commit comments