File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Integration Test
4848 id : integration-test
4949 run : |
50- docker- compose -f docker-compose.ci.yaml build sut
51- docker- compose -f docker-compose.ci.yaml up --exit-code-from sut
52- docker- compose -f docker-compose.ci.yaml rm --stop --force
50+ docker compose -f docker-compose.ci.yaml build sut
51+ docker compose -f docker-compose.ci.yaml up --exit-code-from sut
52+ docker compose -f docker-compose.ci.yaml rm --stop --force
5353 - uses : act10ns/slack@v2
5454 with :
5555 status : ${{ job.status }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FLAKE8=$(VENV)/bin/flake8
77MYPY =$(VENV ) /bin/mypy
88TOX =$(VENV ) /bin/tox
99PYTEST =$(VENV ) /bin/pytest
10- DOCKER_COMPOSE =docker- compose
10+ DOCKER_COMPOSE =docker compose
1111PRE_COMMIT =$(VENV ) /bin/pre-commit
1212BUILD =$(VENV ) /bin/build
1313WHEEL =$(VENV ) /bin/wheel
You can’t perform that action at this time.
0 commit comments