split job steps into api and play
This commit is contained in:
parent
237a9526c4
commit
8304f20e5a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
api:
|
api:
|
||||||
path: ~/node-go/server
|
path: ~/node-go/server
|
||||||
- checkout
|
# - checkout
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
Loading…
Reference in a new issue