Skip to content

Commit

Permalink
chore:revert disabling tests
Browse files Browse the repository at this point in the history
This reverts commit 5eb6e5c.
  • Loading branch information
Topener committed Sep 9, 2024
1 parent 58b86dc commit 77b3f22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b3f22

Please sign in to comment.