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