Skip to content

Commit

Permalink
fix: fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgobills committed Dec 11, 2023
1 parent ca880e9 commit 0fea735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Fail on purpose
run: ./bin/fail.sh
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
Expand Down
6 changes: 6 additions & 0 deletions bin/fail.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

echo "inside fail.sh"

exit 1

0 comments on commit 0fea735

Please sign in to comment.