Skip to content

Commit 58ac790

Browse files
committed
[cicd testing] passes
1 parent 63b494f commit 58ac790

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fail.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Log Intent
1616
run: echo "Starting the workflow... everything looks fine so far."
1717

18-
- name: Force Exit with Error
18+
- name: passes no matter what
1919
run: |
20-
echo "Error: A simulated critical failure has occurred!"
20+
echo "yay passed"
2121
# Any non-zero exit code tells GitHub the step failed
22-
exit 1
22+
exit 0
2323
2424
- name: This won't run
2525
run: echo "You will never see this message because the step above failed."

0 commit comments

Comments
 (0)