This commit is contained in:
2019-04-22 08:03:46 -04:00
parent 582495d5e4
commit bd995a9cc4
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -10,5 +10,4 @@ jobs:
- setup_remote_docker
# Run the tests:
- run: docker-compose build
- run: docker-compose up --exit-code-from tests
+2
View File
@@ -3,3 +3,5 @@ version: '3'
services:
tests:
build: .
volumes:
- ./requests3:/app/requests3