Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 21, 2024
1 parent 61bf936 commit 28db79d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main

integration-windows:
name: Windows ${{matrix.suite}} ${{matrix.os}}
runs-on: windows-latest
needs: lint-unit
strategy:
Expand All @@ -28,6 +29,7 @@ jobs:
- run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}

integration-linux:
name: Linux ${{matrix.suite}} ${{matrix.os}}
runs-on: ubuntu-latest
needs: lint-unit
strategy:
Expand Down Expand Up @@ -63,6 +65,7 @@ jobs:
- run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}

integration-capabilities:
name: Linux ${{matrix.suite}} ${{matrix.os}}
runs-on: ubuntu-latest
needs: lint-unit
strategy:
Expand Down
6 changes: 3 additions & 3 deletions test/integration/default/disabled/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#

# Disable now busser-server is gone.
require 'serverspec'
require 'spec_helper'
require "serverspec"
require "spec_helper"

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

0 comments on commit 28db79d

Please sign in to comment.