Skip to content

Commit

Permalink
use shared test workflow from theforeman/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 12, 2023
1 parent e82bbcc commit 448c886
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 81 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI

on:
pull_request:
push:
branches:
- 'master'
- '*-stable'

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

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

test:
name: Foreman
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@install-npm
with:
plugin: foreman_ansible
81 changes: 0 additions & 81 deletions .github/workflows/ruby_tests.yml

This file was deleted.

0 comments on commit 448c886

Please sign in to comment.