Skip to content

Commit 8d6dce3

Browse files
authored
Merge pull request #70 from mhashizume/MODULES-11418/main/reusable-workflows
(MODULES-11418) Resuable workflows for unit tests
2 parents bf6cf14 + 3688608 commit 8d6dce3

File tree

3 files changed

+16
-119
lines changed

3 files changed

+16
-119
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 & 69 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)