Update .gitea/workflows/build.yml
This commit is contained in:
@@ -17,9 +17,10 @@ jobs:
|
||||
# script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step)
|
||||
js-file: ${{ steps.publish-js-filename.outputs.script-file }}
|
||||
steps:
|
||||
#- name: Error on purpose
|
||||
# id: failingstep
|
||||
# run: exit 1
|
||||
- name: Error on purpose
|
||||
id: failingstep
|
||||
continue-on-error: true
|
||||
run: exit 1
|
||||
#- name: Continue with this step anyway
|
||||
# if: ${{ failure() && steps.failingstep.conclusion == 'failure' }}
|
||||
# run: echo "Still running... ${{toJSON(steps)}}"
|
||||
|
||||
Reference in New Issue
Block a user