split job steps into api and play
This commit is contained in:
parent
0c5bc4644a
commit
237a9526c4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
working_directory: ~/node-go
|
working_directory: ~/node-go
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- api:
|
api:
|
||||||
path: ~/node-go/server
|
path: ~/node-go/server
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- play:
|
play:
|
||||||
path: ~/node-go/play-node-go
|
path: ~/node-go/play-node-go
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue