update docker-compose.yml
* added shared config for both containers * added restart to proxy
This commit is contained in:
@@ -8,7 +8,7 @@ workflow:
|
||||
- when: never
|
||||
|
||||
stages:
|
||||
- test
|
||||
# - test
|
||||
- build
|
||||
- pre_push
|
||||
- push
|
||||
@@ -18,6 +18,7 @@ test:
|
||||
image: python:3.11-alpine
|
||||
script:
|
||||
- pip install -q -r requirements.txt
|
||||
- pip install -q pytest~=8.3.5
|
||||
- python -m unittest discover tests
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user