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 1a462f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 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,7 +11,14 @@ 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:
puppet-version: "7"

- name: Show logs
run: cat /github/home/.pdk/cache/ruby/2.7.0/extensions/x86_64-linux/2.7.0/bigdecimal-3.1.6/mkmf.log

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 ruby-dev

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

0 comments on commit 1a462f1

Please sign in to comment.