Skip to content

Commit

Permalink
pdk test unit opn Puppet 8, 7 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Oct 18, 2023
1 parent e47a60d commit 9bc6cc2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,18 @@ jobs:
run: /usr/local/bin/pdk test unit
env:
BUNDLE_WITHOUT: development:system_tests:release
- name: Run unit tests on Puppet 6
run: /usr/local/bin/pdk test unit --puppet-version=6
- name: Run unit tests on Puppet 8
run: /usr/local/bin/pdk test unit --puppet-version=8
env:
BUNDLE_WITHOUT: development:system_tests:release
continue-on-error: true
- name: Run unit tests on Puppet 7
run: /usr/local/bin/pdk test unit --puppet-version=7
env:
BUNDLE_WITHOUT: development:system_tests:release
- name: Run unit tests on Puppet 5
run: /usr/local/bin/pdk test unit --puppet-version=5
continue-on-error: true
- name: Run unit tests on Puppet 6
run: /usr/local/bin/pdk test unit --puppet-version=6
env:
BUNDLE_WITHOUT: development:system_tests:release
continue-on-error: true

0 comments on commit 9bc6cc2

Please sign in to comment.