Skip to content

Commit f1924db

Browse files
committed
ci: fix exit status
1 parent 0960dd0 commit f1924db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-license.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
If you have any questions please reach out to us on our [Discord](https://discord.webdriver.io/)
6666
channel. We are happy to help you out there.
6767
68+
- name: 💥 Exit with error
69+
if: ${{ steps.check.outputs.result > 0 }}
70+
run: exit 1
71+
6872
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
6973
if: ${{ steps.check.outputs.result == 0 }}
7074
with:

0 commit comments

Comments
 (0)