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
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:
@@ -17,8 +17,9 @@ jobs:
|
|||||||
# script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step)
|
# 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 }}
|
js-file: ${{ steps.publish-js-filename.outputs.script-file }}
|
||||||
steps:
|
steps:
|
||||||
- name: Use Other (reuse.yml) Workflow
|
# Reusing other Workflows does not work on Gitea yet (17.07.2023) So GitHub only for now.
|
||||||
uses: ./.gitea/workflows/reuse.yml
|
#- name: Use Other (reuse.yml) Workflow
|
||||||
|
# uses: ./.gitea/workflows/reuse.yml
|
||||||
- name: Error on purpose
|
- name: Error on purpose
|
||||||
id: failingstep
|
id: failingstep
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user