Skip to content

Commit

Permalink
Add Spec and Acceptance jobs to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMfUcIoS committed Nov 21, 2023
1 parent 99b4ce5 commit d96df98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:

jobs:
Spec:
name: "Spec"
if: ${{ github.event.pull_request.draft == false }} && ${{ github.repository_owner == 'puppetlabs' }}
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"

Acceptance:
name: "Acceptance"
if: ${{ github.event.pull_request.draft == false }} && ${{ github.repository_owner == 'puppetlabs' }}
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
Expand Down

0 comments on commit d96df98

Please sign in to comment.