Skip to content

Commit be30d05

Browse files
Fixing acceptance full workflow
Signed-off-by: paragchak-sumo <[email protected]>
1 parent 02f647c commit be30d05

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/acceptance-full.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# Modes described in DESIGN.md: https://github.com/sensu/sensu-puppet/blob/master/DESIGN.md#acceptance-tests
18-
set:
19-
- rocky-8
20-
- debian-10
21-
- ubuntu-1804
22-
- ubuntu-2004
23-
- amazonlinux-201803
2418
sensu_mode:
2519
- full
2620
- types
@@ -45,7 +39,7 @@ jobs:
4539
puppet: puppet6
4640
env:
4741
BEAKER_debug: true
48-
name: ${{ matrix.set }} ${{ matrix.puppet }} (mode=${{ matrix.sensu_mode }} use-agent=${{ matrix.use_agent }} CI=${{ matrix.ci_build }})
42+
name: Rocky 8 ${{ matrix.puppet }} (mode=${{ matrix.sensu_mode }} use-agent=${{ matrix.use_agent }} CI=${{ matrix.ci_build }})
4943
steps:
5044
- uses: actions/checkout@v4
5145
- name: Setup ruby

0 commit comments

Comments
 (0)