Commit 28db79d 1 parent 61bf936 commit 28db79d Copy full SHA for 28db79d
File tree 2 files changed +6
-3
lines changed
test/integration/default/disabled
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
uses : test-kitchen/.github/.github/workflows/lint-unit.yml@main
10
10
11
11
integration-windows :
12
+ name : Windows ${{matrix.suite}} ${{matrix.os}}
12
13
runs-on : windows-latest
13
14
needs : lint-unit
14
15
strategy :
28
29
- run : bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
29
30
30
31
integration-linux :
32
+ name : Linux ${{matrix.suite}} ${{matrix.os}}
31
33
runs-on : ubuntu-latest
32
34
needs : lint-unit
33
35
strategy :
63
65
- run : bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
64
66
65
67
integration-capabilities :
68
+ name : Linux ${{matrix.suite}} ${{matrix.os}}
66
69
runs-on : ubuntu-latest
67
70
needs : lint-unit
68
71
strategy :
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
# Disable now busser-server is gone.
18
- require ' serverspec'
19
- require ' spec_helper'
18
+ require " serverspec"
19
+ require " spec_helper"
20
20
21
21
# # Just make sure the image launched and is reachable.
22
- describe command ( ' true' ) do
22
+ describe command ( " true" ) do
23
23
its ( :exit_status ) { is_expected . to eq 0 }
24
24
end
You can’t perform that action at this time.
0 commit comments