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 13daeaf29 Run the build serially to avoid parallel interference
13daeaf29 is described below
commit 13daeaf29771b08d7891921fce54dafc0cc561f5
Author: Serge Huber <[email protected]>
AuthorDate: Wed Oct 15 18:27:24 2025 +0200
Run the build serially to avoid parallel interference
---
.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 679353d11..8c1107a48 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -30,6 +30,7 @@ jobs:
needs: unit-tests
runs-on: ubuntu-latest
strategy:
+ max-parallel: 1
matrix:
include:
- search-engine: elasticsearch