Build container on CI
This commit is contained in:
parent
a90feaffdf
commit
0d311ac19c
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: npm test
|
command: npm test
|
||||||
|
- setup_remote_docker
|
||||||
|
- run:
|
||||||
|
name: Build docker container
|
||||||
|
command: docker build .
|
||||||
|
|
Reference in a new issue