Skip to content

Commit

Permalink
(MODULES-11418) Add unit test resuable workflows
Browse files Browse the repository at this point in the history
This commit switches the GitHub Actions workflows for unit tests
over to using the reusable workflows in
puppetlabs/phoenix-github-actions.
  • Loading branch information
mhashizume committed Apr 19, 2023
1 parent e8de3c5 commit ccbb9fb
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 ccbb9fb

Please sign in to comment.