mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
changes
This commit is contained in:
@@ -10,5 +10,4 @@ jobs:
|
||||
- setup_remote_docker
|
||||
|
||||
# Run the tests:
|
||||
- run: docker-compose build
|
||||
- run: docker-compose up --exit-code-from tests
|
||||
|
||||
@@ -3,3 +3,5 @@ version: '3'
|
||||
services:
|
||||
tests:
|
||||
build: .
|
||||
volumes:
|
||||
- ./requests3:/app/requests3
|
||||
|
||||
Reference in New Issue
Block a user