successfully able to run simple workflows

Signed-off-by: Casey Lee <[email protected]>
This commit is contained in:
Casey Lee
2020-02-20 21:05:25 -05:00
parent 8c49ba0cec
commit 532af98aef
23 changed files with 957 additions and 494 deletions
+11 -1
View File
@@ -4,5 +4,15 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:10.16-jessie
env:
NODE_ENV: development
steps:
- run: echo hello world!
- run: env
test:
runs-on: ubuntu-latest
steps:
- run: cp $GITHUB_EVENT_PATH $HOME/foo.json
- run: ls $HOME
- run: cat $HOME/foo.json