Update .gitea/workflows/build.yml
This commit is contained in:
@@ -17,6 +17,12 @@ 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: thisisnocommand
|
||||
- name: Continue with this step anyway...
|
||||
if: $steps.failingstep.outcome == 'failure'
|
||||
run: echo Still running...
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install NodeJS
|
||||
|
||||
Reference in New Issue
Block a user