mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
Read localaction's from container (#719)
Fix localaction tests (missing checkout) Co-authored-by: Ryan (hackercat) <me@hackerc.at> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
b2d6b07d90
commit
faaee889d5
6 changed files with 65 additions and 16 deletions
1
act/runner/testdata/parallel/push.yml
vendored
1
act/runner/testdata/parallel/push.yml
vendored
|
@ -5,6 +5,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./actions/action1
|
||||
with:
|
||||
args: echo 'build'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue