From 6537d17469a4243044582458df155956d82e7801 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Thu, 9 Nov 2023 17:32:18 -0500 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13adf282..47a9a111 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,10 +60,11 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"] arangodb_config: ["single", "cluster"] - arangodb_edition: ["community"] # ["community", "enterprise"] + arangodb_edition: ["community", "enterprise"] arangodb_version: ["latest"] # ["3.10.10", "3.11.4", "latest"] steps: