diff --git a/.github/workflows/acceptance_test.yml b/.github/workflows/acceptance_test.yml index 23fc55b..aa89699 100644 --- a/.github/workflows/acceptance_test.yml +++ b/.github/workflows/acceptance_test.yml @@ -39,10 +39,10 @@ jobs: - name: Setup Integration Test Matrix id: get-matrix run: | - echo "matrix={'platform':['centos-stream8'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT + echo "matrix={'platform':['centos-stream8'],'collection':['puppet7', 'puppet8']}" >> $GITHUB_OUTPUT acceptance: - name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})" + name: "Acceptance tests (${{matrix.platform.label}}, ${{matrix.collection}})" needs: - setup_matrix if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}