Skip to content

Commit 7c3321c

Browse files
author
Alan Christie
committed
fix: Adds a nop-fail job
1 parent 83e3fb6 commit 7c3321c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/jobs/nop-fail.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""A simple test Job that generates a failure."""
2+
3+
import sys
4+
5+
sys.exit(1)

tests/jobs/nop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""A simple test Job that does nothing."""

0 commit comments

Comments
 (0)