Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 6d9c2b0

Browse files
committed
Add github action for running test units
1 parent 8b7b3d5 commit 6d9c2b0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/pdk-test-unit.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Run pdk test unit
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
jobs:
8+
testing:
9+
runs-on: self-hosted-novum
10+
steps:
11+
- name: Clone repository
12+
uses: actions/checkout@v2
13+
14+
- name: Run unit tests
15+
uses: puppets-epic-show-theatre/action-pdk-test-unit@v1
16+
with:
17+
# [optional]
18+
# A string indicating the Puppet version to validate against, such as "5.4.2" or "5.5".
19+
puppet-version: "5.5"

0 commit comments

Comments
 (0)