mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-25 00:05:03 +01:00
fix: post step failure is job failure (#85)
This commit is contained in:
9
pkg/runner/testdata/post-step-failure-is-job-failure/push.yml
vendored
Normal file
9
pkg/runner/testdata/post-step-failure-is-job-failure/push.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: basic
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./post-step-failure-is-job-failure/post-step-failure
|
||||
Reference in New Issue
Block a user