Fix: regression run after failure (#971)
* Fix: Regressions of run step after failure * Add test, to enshure no panic * Print error of failed step
This commit is contained in:
7
pkg/runner/testdata/non-existent-action/push.yml
vendored
Normal file
7
pkg/runner/testdata/non-existent-action/push.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
on: push
|
||||
name: non-existent-action
|
||||
jobs:
|
||||
nopanic:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./path/to/non-existent-action
|
Reference in New Issue
Block a user