Skip to content

Commit 602a5ff

Browse files
committed
ci(workflow-with-needs): make test job fail
1 parent d9dc3e7 commit 602a5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-with-needs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Test
18-
run: echo "Running tests..."
18+
run: echo "Running tests..." && false
1919

2020
publish-artifact:
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)