Skip to content

Commit 0cf0a3d

Browse files
author
Max Diener
committed
Add a continue on failure to the build step
1 parent a7aea5d commit 0cf0a3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cleanup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ runs:
3838
# Use the --force flag to ignore errors, so that invalid builds can still be cleaned up.
3939
- name: Build
4040
shell: bash
41+
continue-on-error: true
4142
run: |
4243
echo "[>>>] npm run build --if-present --force"
4344
npm run build --if-present --force

0 commit comments

Comments
 (0)