Update .gitea/workflows/build.yml
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
- name: Error on purpose
|
||||
id: failingstep
|
||||
run: exit 1
|
||||
- name: Continue with this step anyway
|
||||
if: ${{ failure() && steps.failingstep.conclusion == 'failure' }}
|
||||
run: echo "Still running... ${{toJSON(steps)}}"
|
||||
#- name: Continue with this step anyway
|
||||
# if: ${{ failure() && steps.failingstep.conclusion == 'failure' }}
|
||||
# run: echo "Still running... ${{toJSON(steps)}}"
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install NodeJS
|
||||
|
||||
Reference in New Issue
Block a user