Skip to content

Restructure Github actions, update PDK 3.0.1, spec fixes #16

Restructure Github actions, update PDK 3.0.1, spec fixes

Restructure Github actions, update PDK 3.0.1, spec fixes #16

name: Run PDK tests on Puppet 7.x
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Run unit tests
# Modified puppets-epic-show-theatre with gcc and make installed
uses: kodguru/action-pdk-test-unit@test
with:
puppet-version: "7"