support custom shell

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-07 16:59:07 -08:00
parent 532af98aef
commit 4e046e1ec0
3 changed files with 54 additions and 12 deletions

View File

@@ -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