This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/opensearch-persistence by this 
push:
     new 43016ca03 Change max parallel stragegy to 1 to avoid port conflicts
43016ca03 is described below

commit 43016ca03f1820af040792197482e162aba384ea
Author: Serge Huber <[email protected]>
AuthorDate: Mon Jan 6 12:35:06 2025 +0100

    Change max parallel stragegy to 1 to avoid port conflicts
---
 .github/workflows/unomi-ci-build-tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unomi-ci-build-tests.yml 
b/.github/workflows/unomi-ci-build-tests.yml
index a96651251..be06c53b3 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -32,6 +32,7 @@ jobs:
       matrix:
         search-engine: [elasticsearch, opensearch]
       fail-fast: false
+      max-parallel: 1  # Run tests sequentially to avoid port conflicts
     steps:
       - uses: actions/checkout@v4
       - name: Set up JDK 11

Reply via email to