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:
2
pkg/runner/testdata/post-step-failure-is-job-failure/post-step-failure/post.js
vendored
Normal file
2
pkg/runner/testdata/post-step-failure-is-job-failure/post-step-failure/post.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
console.log('This is a post step failure test');
|
||||
process.exit(1);
|
||||
Reference in New Issue
Block a user