Skip to content

Introduce a switch to select yum or dnf to be used for yum-based distros #6

Introduce a switch to select yum or dnf to be used for yum-based distros

Introduce a switch to select yum or dnf to be used for yum-based distros #6

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run check
run: make test