Use new compose call
This commit is contained in:
8
Justfile
8
Justfile
@@ -76,14 +76,14 @@ test-integration:
|
|||||||
|
|
||||||
test-e2e +tests=".": test-binary
|
test-e2e +tests=".": test-binary
|
||||||
cd ./e2e_tests \
|
cd ./e2e_tests \
|
||||||
&& docker-compose rm --stop -f \
|
&& docker compose rm --stop -f \
|
||||||
&& docker-compose build \
|
&& docker compose build \
|
||||||
&& docker-compose run \
|
&& docker compose run \
|
||||||
--rm \
|
--rm \
|
||||||
-v $PWD/../target/x86_64-unknown-linux-musl/e2e-tests/grm:/grm \
|
-v $PWD/../target/x86_64-unknown-linux-musl/e2e-tests/grm:/grm \
|
||||||
pytest \
|
pytest \
|
||||||
"GRM_BINARY=/grm ALTERNATE_DOMAIN=alternate-rest python3 -m pytest --exitfirst -p no:cacheprovider --color=yes "$@"" \
|
"GRM_BINARY=/grm ALTERNATE_DOMAIN=alternate-rest python3 -m pytest --exitfirst -p no:cacheprovider --color=yes "$@"" \
|
||||||
&& docker-compose rm --stop -f
|
&& docker compose rm --stop -f
|
||||||
|
|
||||||
update-dependencies: update-cargo-dependencies
|
update-dependencies: update-cargo-dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user