Skip to content

Commit

Permalink
Merge pull request #168 from anders-larsson/update_workflow_reference
Browse files Browse the repository at this point in the history
Use action-pdk-test-unit from Ericsson in workflow
  • Loading branch information
anders-larsson authored Apr 2, 2024
2 parents 87cdc16 + ee8cf3d commit 99411c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

- name: Run unit tests
# Modified puppets-epic-show-theatre with gcc and make installed
uses: kodguru/action-pdk-test-unit@buildtools
uses: ericsson/action-pdk-test-unit@buildtools
with:
puppet-version: "7"
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

- name: Run unit tests
# Modified puppets-epic-show-theatre with gcc and make installed
uses: kodguru/action-pdk-test-unit@buildtools
uses: ericsson/action-pdk-test-unit@buildtools
with:
puppet-version: "8"
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:

- name: Run pdk validate
# Modified puppets-epic-show-theatre with gcc and make installed
uses: kodguru/action-pdk-validate@buildtools
uses: ericsson/action-pdk-validate@buildtools

0 comments on commit 99411c4

Please sign in to comment.