We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690b6b2 commit cd8258fCopy full SHA for cd8258f
tests/test_context.py
@@ -32,7 +32,7 @@ def test_replace_default_stdout_stderr() -> None:
32
sys.stdout = original_stdout
33
sys.stderr = original_stderr
34
35
-
+@needs_docker
36
def test_workflow_job_step_name_callback() -> None:
37
"""Test ability to hook custom workflow step naming"""
38
0 commit comments