Skip to content

Use reusable action for CI #68

Use reusable action for CI

Use reusable action for CI #68

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
use-reusable-action-for-testing

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- push
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: theforeman/actions/.github/workflows/smart_proxy_plugin.yml@v0
with:
extra_packages: "libkrb5-dev libldap-dev libsasl2-dev"