Skip to content

templates: Remove libreport bugzilla plugins #593

templates: Remove libreport bugzilla plugins

templates: Remove libreport bugzilla plugins #593

Workflow file for this run

name: Tests and Coverage
# Make sure only one action triggers the job, otherwise pushing to a
# pull-request will run it twice.
on:
pull_request:
branches:
- "*"
push:
branches:
- master
- rhel9-branch
- rhel8-branch
- rhel7-branch
- f31-branch
- f32-branch
- f33-branch
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v2
- name: Run lorax tests in podman
run: make test-in-docker