Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-larsson committed Feb 15, 2024
1 parent 4a88ae3 commit 1b0da1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-pdk-tests-on-puppet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Install buildtools
run: sudo apt-get install build-essential

- name: Run unit tests
uses: puppets-epic-show-theatre/action-pdk-test-unit@v1
with:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/run-pdk-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Clone repository
uses: actions/checkout@v2

- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1
- name: Install buildtools
run: sudo apt-get install build-essential

- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1

0 comments on commit 1b0da1d

Please sign in to comment.