Skip to content

Fixes #36827 - SP server can now handle Katello's new OAuth2 token format for container repos #94

Fixes #36827 - SP server can now handle Katello's new OAuth2 token format for container repos

Fixes #36827 - SP server can now handle Katello's new OAuth2 token format for container repos #94

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop
- name: Run tests
run: bundle exec rake