Skip to content

Commit c47e11a

Browse files
authored
Update github-pipelines.yml
1 parent b917e1e commit c47e11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm test # Replace with the appropriate test command for your app
2525
2626
- name: Simulate failure scenario
27-
if: github.ref == 'refs/heads/test-failures'
27+
if: github.ref == 'refs/heads/test-failure'
2828
run: |
2929
echo "Simulating build failure"
3030
exit 1

0 commit comments

Comments
 (0)