Skip to content

Commit

Permalink
Release pipeline: failing release step
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocsomor committed Jul 10, 2020
1 parent abd6085 commit 13099d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Conditional step
if: ${{ startsWith(github.ref, 'v') }}
shell: bash
run: echo 'Run conditional step'
run: echo 'Run conditional step, fail' && fail

- name: Final step
shell: bash
Expand Down
Empty file removed fail_the_tests
Empty file.

0 comments on commit 13099d1

Please sign in to comment.