diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index 026de2a..3652c1b 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -3,6 +3,10 @@ description: 'Test Puppet' runs: using: "composite" steps: + - name: Update PDK Templates + id: update_templates + run: pdk update + shell: bash - name: Validate id: validate run: pdk validate --format=text --parallel