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