Skip to content

feat(actions): switch to upstream CI templates #84

feat(actions): switch to upstream CI templates

feat(actions): switch to upstream CI templates #84

Workflow file for this run

name: Ruby test
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
rubocop:
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
with:
command: bundle exec rubocop --parallel --format github
test:
name: Ruby
needs: rubocop
strategy:
fail-fast: false
matrix:
foreman:
- "develop"
- "3.9-stable"
- "3.8-stable"
- "3.7-stable"
- "3.6-stable"
- "3.5-stable"
- "3.4-stable"
- "3.3-stable"
- "3.2-stable"
- "3.1-stable"
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_git_templates
foreman_version: ${{ matrix.foreman }}