We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa3ca7 commit df06fafCopy full SHA for df06faf
.github/workflows/ci.yml
@@ -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
.github/workflows/pr_test.yml
.sync.yml
@@ -13,7 +13,7 @@ spec/spec_helper.rb:
coverage_report: true
.github/workflows/nightly.yml:
unmanaged: false
-.github/workflows/pr_test.yml:
+.github/workflows/ci.yml:
18
.gitpod.Dockerfile:
19
0 commit comments