Skip to content

Commit 28db79d

Browse files
committed
test
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
1 parent 61bf936 commit 28db79d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
1010

1111
integration-windows:
12+
name: Windows ${{matrix.suite}} ${{matrix.os}}
1213
runs-on: windows-latest
1314
needs: lint-unit
1415
strategy:
@@ -28,6 +29,7 @@ jobs:
2829
- run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
2930

3031
integration-linux:
32+
name: Linux ${{matrix.suite}} ${{matrix.os}}
3133
runs-on: ubuntu-latest
3234
needs: lint-unit
3335
strategy:
@@ -63,6 +65,7 @@ jobs:
6365
- run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
6466

6567
integration-capabilities:
68+
name: Linux ${{matrix.suite}} ${{matrix.os}}
6669
runs-on: ubuntu-latest
6770
needs: lint-unit
6871
strategy:

test/integration/default/disabled/default_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#
1616

1717
# Disable now busser-server is gone.
18-
require 'serverspec'
19-
require 'spec_helper'
18+
require "serverspec"
19+
require "spec_helper"
2020

2121
# # Just make sure the image launched and is reachable.
22-
describe command('true') do
22+
describe command("true") do
2323
its(:exit_status) { is_expected.to eq 0 }
2424
end

0 commit comments

Comments
 (0)