Skip to content

Katello 4.12 config addition, remove Koji tags and mash scripts from nightly #662

Katello 4.12 config addition, remove Koji tags and mash scripts from nightly

Katello 4.12 config addition, remove Koji tags and mash scripts from nightly #662

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.5'
bundler-cache: true
- name: Run tests
run: bundle exec rake test