Skip to content

Commit

Permalink
with puppet 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 19, 2024
1 parent b3d2960 commit 9b2ee9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '{}' }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b2ee9a

Please sign in to comment.