Skip to content

Use reusable GitHub Actions for testing #1221

Use reusable GitHub Actions for testing

Use reusable GitHub Actions for testing #1221

Workflow file for this run

---
name: Ruby Testing
on: pull_request
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
rubocop:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
test_ruby:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_ansible