Skip to content

Commit 77020b3

Browse files
authored
Simulated test failure for debugging
1 parent ea45548 commit 77020b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
echo "Starting build process..."
1818
echo "Build completed successfully"
1919
20-
- name: Run Tests
20+
- name: Run Tests (Fail Case)
2121
run: |
2222
echo "Running tests..."
23-
exit 0
23+
exit 1
2424
2525
- name: Print Hello
26-
run: echo "CI/CD pipeline started successfully"
26+
run: echo "This step will NOT run"

0 commit comments

Comments
 (0)