Skip to content

Commit 899cba1

Browse files
Update tox.ini
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent dd2be57 commit 899cba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ commands =
2020
python - << 'EOF'
2121
import os, shutil, sys, glob
2222

23+
# {posargs} contains file(s) or directory paths passed from your action.yml
2324
args = sys.argv[1:]
25+
2426
if not args:
2527
# No file or directory passed → rely on pytest auto-discovery
2628
sys.exit(0)

0 commit comments

Comments
 (0)