Skip to content

Commit 3da19ed

Browse files
committed
Update CI files
1 parent 92f7f84 commit 3da19ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ fi
169169
export PULP_FIXTURES_URL="http://pulp-fixtures:8080"
170170
pushd ../pulp-cli
171171
pip install -r test_requirements.txt
172-
pytest -v -m "pulpcore or pulp_file or pulp_certguard"
172+
pytest -v tests -m "pulpcore or pulp_file or pulp_certguard"
173173
popd
174174

175175
if [ -f "$POST_SCRIPT" ]; then

0 commit comments

Comments
 (0)