We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375632d commit 5d277c0Copy full SHA for 5d277c0
scripts/set-up-contract-tests.sh
@@ -47,7 +47,7 @@ pip install mock_collector-1.0.0-py3-none-any.whl --force-reinstall
47
48
# Build and install contract-tests
49
cd ../contract-tests
50
-docker-compose -f images/applications/psychopg2/postgreSQL-docker.yaml up -d
+docker compose -f images/applications/psychopg2/postgreSQL-docker.yaml up -d
51
cd tests
52
python3 -m build --outdir ../../dist
53
cd ../../dist
0 commit comments