Skip to content

Commit 03c2fb4

Browse files
Update action.yml
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent c61d1ce commit 03c2fb4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

action.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,4 @@ runs:
5454
shell: bash
5555
run: |
5656
echo "Running tox."
57-
tox || code=$?
58-
59-
if [ "${code:-0}" = "5" ]; then
60-
echo "No tests collected — treating as success."
61-
exit 0
62-
fi
63-
64-
if [ -n "${code:-}" ] && [ "$code" != "0" ]; then
65-
echo "Tox failed with exit code $code"
66-
exit "$code"
67-
fi
57+
tox

0 commit comments

Comments
 (0)