We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a458d90 commit 7ece08dCopy full SHA for 7ece08d
1 file changed
azure-pipelines.yml
@@ -63,8 +63,8 @@ stages:
63
64
echo "Notification API URL: $NOTIFICATION_API_IP"
65
66
- docker-compose build --pull
67
- docker-compose run --rm tests
+ docker compose build --pull
+ docker compose run --rm tests
68
displayName: 'Build & Run Tests'
69
env:
70
TEST_STORAGE_API_TOKEN: $(TEST_STORAGE_API_TOKEN)
0 commit comments