Skip to content

Commit df06faf

Browse files
committed
Updating ci workflow
1 parent eaa3ca7 commit df06faf

File tree

3 files changed

+18
-186
lines changed

3 files changed

+18
-186
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "ci"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "main"
7+
workflow_dispatch:
8+
9+
jobs:
10+
Spec:
11+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12+
secrets: "inherit"
13+
14+
Acceptance:
15+
needs: Spec
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17+
secrets: "inherit"

.github/workflows/pr_test.yml

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

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec/spec_helper.rb:
1313
coverage_report: true
1414
.github/workflows/nightly.yml:
1515
unmanaged: false
16-
.github/workflows/pr_test.yml:
16+
.github/workflows/ci.yml:
1717
unmanaged: false
1818
.gitpod.Dockerfile:
1919
unmanaged: false

0 commit comments

Comments
 (0)