split job steps into api and play

This commit is contained in:
Sorrel Bri 2020-02-05 13:46:22 -08:00
parent 0c5bc4644a
commit 237a9526c4

View file

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