Skip to content

Branch Foreman 3.8 manual & add 3.8.0-rc1 release notes #1095

Branch Foreman 3.8 manual & add 3.8.0-rc1 release notes

Branch Foreman 3.8 manual & add 3.8.0-rc1 release notes #1095

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.7'
bundler-cache: true
- name: Run tests
run: bundle exec rake build