ci(test): no concurrency

This commit is contained in:
Julien Neuhart
2025-03-21 13:51:54 +01:00
parent 0febb60a3f
commit 2131de77b0
3 changed files with 16 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ run_cmd() {
fi
}
cmd="make test-integration DOCKER_REPOSITORY=$repository GOTENBERG_VERSION=$version PLATFORM=$platform"
cmd="make test-integration DOCKER_REPOSITORY=$repository GOTENBERG_VERSION=$version PLATFORM=$platform NO_CONCURRENCY=true"
run_cmd "$cmd"
echo "✅ Done!"