From 9b2ee9a4f4b19e65cc39daa2195ccdd017241de1 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 19 Jun 2024 14:32:59 +1000 Subject: [PATCH] with puppet 7 and 8 --- .github/workflows/acceptance_test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance_test.yml b/.github/workflows/acceptance_test.yml index b410511..23fc55b 100644 --- a/.github/workflows/acceptance_test.yml +++ b/.github/workflows/acceptance_test.yml @@ -41,7 +41,8 @@ jobs: run: | echo "matrix={'platform':['centos-stream8'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT - Integration: + acceptance: + name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})" needs: - setup_matrix if: ${{ needs.setup_matrix.outputs.matrix != '{}' }} @@ -86,7 +87,8 @@ jobs: - name: Install Agents and module run: | - bundle exec rake 'litmus:install_agent' + # bundle exec rake 'litmus:install_agent' + bundle exec rake 'litmus:install_agent[${{ matrix.collection }}]' bundle exec rake litmus:install_module - name: Run integration tests