We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2be57 commit 899cba1Copy full SHA for 899cba1
tox.ini
@@ -20,7 +20,9 @@ commands =
20
python - << 'EOF'
21
import os, shutil, sys, glob
22
23
+# {posargs} contains file(s) or directory paths passed from your action.yml
24
args = sys.argv[1:]
25
+
26
if not args:
27
# No file or directory passed → rely on pytest auto-discovery
28
sys.exit(0)
0 commit comments