Skip to content

Commit 7a0a3a5

Browse files
committed
Update CI files
1 parent f7f451d commit 7a0a3a5

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
@@ -144,7 +144,7 @@ else
144144
fi
145145
pushd ../pulp-cli
146146
pip install -r test_requirements.txt
147-
pytest -v -m "pulp_python"
147+
pytest -v tests -m "pulp_python"
148148
popd
149149

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

0 commit comments

Comments
 (0)