Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-15 01:50:15 +02:00
parent 9f17058b0d
commit 83a4537d65
+6
View File
@@ -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