Skip to content

Commit

Permalink
add test for test-gem workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 6, 2024
1 parent 3832e7e commit 6c150bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-gem_workflow_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Test test-gem.yml

on:
pull_request:
paths:
- '.github/workflows/test-gem.yml'
- '.github/workflows/test-gem_workflow_test.yml'

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

jobs:
test:
name: Ruby
uses: ./.github/workflows/test-gem.yml
with:
command: bundle exec rake test
gem_repository: theforeman/smart_proxy_pulp

0 comments on commit 6c150bb

Please sign in to comment.