Skip to content

Commit 74dee05

Browse files
Fixing workflow
Signed-off-by: paragchak-sumo <[email protected]>
1 parent eecdc26 commit 74dee05

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/acceptance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ jobs:
5454
RUN_ACCEPTANCE: 1
5555
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet }}
5656
BEAKER_set: ${{ matrix.set }}
57+
BEAKER_sensu_mode: base
58+
BEAKER_sensu_use_agent: no
5759
BEAKER_sensu_ci_build: ${{ matrix.ci_build }}

.github/workflows/unit.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ jobs:
2828
puppet: 8
2929
fixtures: .fixtures.yml
3030
allow_failure: false
31-
- ruby: 2.5.7
32-
puppet: 6
33-
fixtures: .fixtures-latest.yml
34-
allow_failure: true
35-
- ruby: 2.7.6
36-
puppet: 7
37-
fixtures: .fixtures-latest.yml
38-
allow_failure: true
3931
env:
4032
BUNDLE_WITHOUT: system_tests:development
4133
PUPPET_GEM_VERSION: "~> ${{ matrix.puppet }}.0"

0 commit comments

Comments
 (0)