We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77020b3 commit 867958cCopy full SHA for 867958c
.github/workflows/blank.yml
@@ -17,10 +17,10 @@ jobs:
17
echo "Starting build process..."
18
echo "Build completed successfully"
19
20
- - name: Run Tests (Fail Case)
+ - name: Run Tests (Fixed)
21
run: |
22
echo "Running tests..."
23
- exit 1
+ exit 0
24
25
- name: Print Hello
26
- run: echo "This step will NOT run"
+ run: echo "Pipeline fixed and running successfully"
0 commit comments