Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
# - uses: actions/checkout@v5
- run: echo "Hello, world!"
- run: echo "Hello, world!"
- run: exit 1
- run: echo "Build successful!"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟑 This workflow is named "Fake CI" and appears to be intentionally designed to fail for testing purposes. Changing exit 1 to echo "Build successful!" removes the failure behavior, which may defeat the purpose of this test workflow. If the goal is to have a workflow that simulates CI failures for testing error handling or notification systems, consider whether this change aligns with that intent.