Skip to content

Commit 27f5915

Browse files
author
jordanbreen28
committed
(Maint) - Remove acceptance test step
1 parent ab6a970 commit 27f5915

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ jobs:
1010
Spec:
1111
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1212
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/nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ jobs:
99
Spec:
1010
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1111
secrets: "inherit"
12-
13-
Acceptance:
14-
needs: Spec
15-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16-
secrets: "inherit"

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Style/WordArray:
8686
EnforcedStyle: brackets
8787
RSpec/NamedSubject:
8888
Exclude:
89-
- spec/defines/init_spec.rb
89+
- spec/defines/init_spec.rb

.sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Gemfile:
1515
.github/workflows/auto_release.yml:
1616
unmanaged: false
1717
.github/workflows/ci.yml:
18-
unmanaged: false
18+
unmanaged: true
1919
.github/workflows/nightly.yml:
20-
unmanaged: false
20+
unmanaged: true
2121
.github/workflows/release.yml:
2222
unmanaged: false
2323
.travis.yml:

0 commit comments

Comments
 (0)