fix: panic if a step in a job is nil (#1145)
* fix: panic if a step is a job is nil * simplify * [no ci] Add testdata * [no ci] Add Test
This commit is contained in:
7
pkg/runner/testdata/job-nil-step/push.yml
vendored
Normal file
7
pkg/runner/testdata/job-nil-step/push.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
- run: exit 0
|
Reference in New Issue
Block a user