Skip to content

Commit

Permalink
Merge pull request #16 from ATIX-AG/foreman-actions
Browse files Browse the repository at this point in the history
Use theforeman github actions for ruby testing
  • Loading branch information
sbernhard authored Feb 20, 2024
2 parents 77496cb + 154a11c commit 42c5f4e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 92 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/rubocop.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Ruby Tests
"on":
push:
branches:
- main
pull_request:

concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
rubocop:
uses: theforeman/actions/.github/workflows/rubocop.yml@v0

test:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_acd
matrix_exclude: '[{"ruby": "3.0", "node": "14"}]'
73 changes: 0 additions & 73 deletions .github/workflows/unit_tests.yml

This file was deleted.

0 comments on commit 42c5f4e

Please sign in to comment.