Skip to content

Commit

Permalink
chore: fix dhis2_version
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Sep 12, 2024
1 parent 82bd8e1 commit 448c49a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,20 @@ jobs:
id: set-matrix
run: |
echo "Generating Test Matrix"
specs=$(node src/generateTestMatrix.js)
echo "specs=$specs" >> $GITHUB_OUTPUT
echo "::set-output name=matrix::$(echo $specs)"
echo "::set-output name=specs::$(node src/generateTestMatrix.js)"
- name: Debug spec-group
run: |
echo "Matrix output: ${{ steps.set-matrix.outputs.specs }}"
call-workflow-e2e-prod:
needs: setup-matrix
strategy:
matrix:
group: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

uses: dhis2/workflows/.github/workflows/analytics-e2e-tests-triggered-by-core.yml@workflow-dispatch-cypress
with:
should_record: ${{ contains(github.event.head_commit.message, '[e2e record]') || contains(join(github.event.pull_request.labels.*.name), 'e2e record')}}
spec-group: ${{ needs.setup-matrix.outputs.matrix }}
instance_url: ${{ github.event.inputs.instance_url }}
dhis2_version: ${{ github.event.inputs.dhis2_version }}
secrets:
username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
password: ${{ secrets.CYPRESS_DHIS2_PASSWORD }}
Expand Down

0 comments on commit 448c49a

Please sign in to comment.