Skip to content

Commit 9772c2a

Browse files
authored
Merge pull request #58 from puppetlabs/MODULES-11418/main/reusable-workflows
(MODULES-11418) Add unit test resuable workflows
2 parents e8de3c5 + ccbb9fb commit 9772c2a

File tree

3 files changed

+16
-110
lines changed

3 files changed

+16
-110
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Unit Tests
3+
4+
on:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
9+
workflow_dispatch:
10+
11+
jobs:
12+
Nightly:
13+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
14+
15+
Released:
16+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)