Skip to content

Add shared GHA for ruby #1

Add shared GHA for ruby

Add shared GHA for ruby #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'master'
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: theforeman/actions/.github/workflows/test-gem.yml@v0
with:
command: bundle exec rake test