support custom shell
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
33f8290eb3
commit
770966a7d0
3 changed files with 54 additions and 12 deletions
5
.github/workflows/basic.yml
vendored
5
.github/workflows/basic.yml
vendored
|
|
@ -2,6 +2,10 @@ name: basic
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
|
@ -12,6 +16,7 @@ jobs:
|
|||
- run: env
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
steps:
|
||||
- run: cp $GITHUB_EVENT_PATH $HOME/foo.json
|
||||
- run: ls $HOME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue