Skip to content

Commit

Permalink
downstream: run only sigstore-python unit tests (#12090)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Dec 2, 2024
1 parent 7b51f03 commit ea8bb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/downstream.d/sigstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ case "${1}" in
;;
run)
cd /tmp/sigstore-python
pytest test
# Run only the unit tests, and skip any that require network access.
pytest test/unit --skip-online
;;
*)
exit 1
Expand Down

0 comments on commit ea8bb1a

Please sign in to comment.