Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
chore: fix tests
  • Loading branch information
pranav-new-relic authored Dec 18, 2024
2 parents 060d848 + 24423af commit 6f947a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f947a6

Please sign in to comment.