From 77b3f22ad62325f3ec92ecb18180f52ae0687a0a Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Mon, 9 Sep 2024 09:40:57 +0100 Subject: [PATCH] chore:revert disabling tests This reverts commit 5eb6e5ca5af4d4eb3d839c04a3ef7e561200a1fe. --- .github/workflows/dhis2-verify-lib.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index eaaa951aab..b820e8122a 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -107,6 +107,13 @@ jobs: env: SHOULD_RECORD: ${{ contains(github.event.head_commit.message, '[e2e record]') || contains(join(github.event.pull_request.labels.*.name), 'e2e record') }} + strategy: + fail-fast: false + matrix: + spec-group: ${{ fromJson(needs.setup-matrix.outputs.matrix) }} + env: + SHOULD_RECORD: ${{ contains(github.event.head_commit.message, '[e2e record]') || contains(join(github.event.pull_request.labels.*.name), 'e2e record') }} + steps: - name: Checkout uses: actions/checkout@v2