Skip to content

use shared action

use shared action #198

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
rubocop:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
with:
command: bundle exec rubocop --parallel --format github
test:
name: Tests
needs: rubocop
uses: theforeman/actions/.github/workflows/smart_proxy_plugin.yml@proxy_plugin

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. In .github/workflows/test.yml (Line: 23, Col: 11): Error from called workflow theforeman/actions/.github/workflows/smart_proxy_plugin.yml@proxy_plugin (Line: 47, Col: 5): Unexpected value 'timeout-minutes'
with:
foreman_proxy_version: 'enter-the-matrix'