add support to override platform
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
6
pkg/runner/testdata/basic/push.yml
vendored
6
pkg/runner/testdata/basic/push.yml
vendored
@@ -2,8 +2,14 @@ name: basic
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo 'hello world'
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check]
|
||||
steps:
|
||||
- uses: ./actions/action1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user