File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 name : coverage-xml
5555 path : service/reports/ci/coverage.xml
5656 if-no-files-found : error
57+ - name : Cleanup
58+ env :
59+ DOCKER_BUILDKIT : 1
60+ HOST_UID : " 1000"
61+ HOST_GID : " 1000"
62+ DISPLAY : " :1"
63+ HOST_USERNAME : user
64+ HOST_GROUPNAME : group
65+ if : always()
66+ run : |
67+ docker compose down -v --remove-orphans
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ services:
1818 - ./service/reports:/reports
1919 - ./service/pytest.ini:/app/pytest.ini:ro
2020 - ./service/data:/data
21+ command : ["pytest", "-q"]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY requirements.txt requirements.test.txt ./
1111RUN python -m pip install --upgrade pip setuptools wheel
1212RUN pip install --no-cache-dir -r requirements.txt -r requirements.test.txt
1313
14- # receive environment values
14+ # set variables
1515ARG HOST_UID=1000
1616ARG HOST_GID=1000
1717ARG HOST_USERNAME=user
You can’t perform that action at this time.
0 commit comments