Skip to content

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

feat(actions): switch to upstream CI templates

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

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"
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_wreckingball
foreman_version: ${{ matrix.foreman }}
environment_variables: |
FOREMAN_VERSION=${{ matrix.foreman }}