Run tests on CI
This commit is contained in:
parent
611fbef45e
commit
186c88aac9
1 changed files with 1 additions and 0 deletions
|
@ -15,3 +15,4 @@ jobs:
|
||||||
sudo mv ~/docker-compose /usr/local/bin/docker-compose
|
sudo mv ~/docker-compose /usr/local/bin/docker-compose
|
||||||
- run: docker-compose build
|
- run: docker-compose build
|
||||||
- run: ./scripts/production.sh build
|
- run: ./scripts/production.sh build
|
||||||
|
- run: docker-compose run app ./scripts/test.sh
|
||||||
|
|
Reference in a new issue