Skip to content

Merge pull request #156 from anders-larsson/update_api #9

Merge pull request #156 from anders-larsson/update_api

Merge pull request #156 from anders-larsson/update_api #9

name: Run PDK tests on Puppet 8.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@buildtools
with:
puppet-version: "8"