Skip to content

Commit 867958c

Browse files
authored
Fixed test failure and restored pipeline
1 parent 77020b3 commit 867958c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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 (Fail Case)
20+
- name: Run Tests (Fixed)
2121
run: |
2222
echo "Running tests..."
23-
exit 1
23+
exit 0
2424
2525
- name: Print Hello
26-
run: echo "This step will NOT run"
26+
run: echo "Pipeline fixed and running successfully"

0 commit comments

Comments
 (0)