Update .gitea/workflows/build.yml
Build Workflow / Build (push) Successful in 1m55s
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 34s
Build Workflow / Deploy (push) Successful in 1m4s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 35s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 31s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 37s

This commit is contained in:
2023-07-17 00:33:24 +02:00
parent 5cfaa53bea
commit 4cc0956e06
+3 -2
View File
@@ -17,8 +17,9 @@ 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: Use Other (reuse.yml) Workflow
uses: ./.gitea/workflows/reuse.yml
# Reusing other Workflows does not work on Gitea yet (17.07.2023) So GitHub only for now.
#- name: Use Other (reuse.yml) Workflow
# uses: ./.gitea/workflows/reuse.yml
- name: Error on purpose
id: failingstep
continue-on-error: true