Skip to content

Commit

Permalink
Merge pull request #58 from puppetlabs/MODULES-11418/main/reusable-wo…
Browse files Browse the repository at this point in the history
…rkflows

(MODULES-11418) Add unit test resuable workflows
  • Loading branch information
joshcooper authored Apr 20, 2023
2 parents e8de3c5 + ccbb9fb commit 9772c2a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 110 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Unit Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
Nightly:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"

Released:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"
60 changes: 0 additions & 60 deletions .github/workflows/unit_tests_with_nightly_puppet_gem.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/unit_tests_with_released_puppet_gem.yaml

This file was deleted.

0 comments on commit 9772c2a

Please sign in to comment.