1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00

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:
ChristopherHX
2022-01-27 17:20:44 +01:00
committed by GitHub
parent 557dc755b8
commit 7dbf3fcb96
4 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
on: push
name: non-existent-action
jobs:
nopanic:
runs-on: ubuntu-latest
steps:
- uses: ./path/to/non-existent-action