Skip to content

Fixes #37322 - Add timestamp to exit status #218

Fixes #37322 - Add timestamp to exit status

Fixes #37322 - Add timestamp to exit status #218

Workflow file for this run

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