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
|
||||
|
||||
steps:
|
||||
- api:
|
||||
api:
|
||||
path: ~/node-go/server
|
||||
- checkout
|
||||
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
# run tests!
|
||||
- run: yarn test
|
||||
- play:
|
||||
play:
|
||||
path: ~/node-go/play-node-go
|
||||
- checkout
|
||||
|
||||
|
|
Loading…
Reference in a new issue