Skip to content

Commit

Permalink
Run real-cluster tests on github CI
Browse files Browse the repository at this point in the history
Not sure this will work, specifically is docker --priviledged allowed?
  • Loading branch information
cben committed Feb 26, 2022
1 parent d9dc836 commit ef89b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0', 'truffleruby-head' ]
os: ['ubuntu-latest', 'macos-latest']
task: [test]
task: 'test/config/update_certs_k0s.rb'
include:
# run rubocop against lowest supported ruby
- os: ubuntu-latest
ruby: '2.5'
task: rubocop
task: 'bundle exec rake rubocop'
name: ${{ matrix.os }} ${{ matrix.ruby }} rake ${{ matrix.task }}
steps:
- uses: actions/checkout@v2
Expand All @@ -31,5 +31,5 @@ jobs:
bundler-cache: false # disable running 'bundle install' and caching installed gems see https://github.com/httprb/http/issues/572
- run: gem install rake bundler
- run: bundle install
- run: bundle exec rake ${{ matrix.task }}
- run: ${{ matrix.task }}

0 comments on commit ef89b7f

Please sign in to comment.