Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

ART-7268 Say in bug that it will not be visible in advisory if so #72

ART-7268 Say in bug that it will not be visible in advisory if so

ART-7268 Say in bug that it will not be visible in advisory if so #72

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
container: fedora:37
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install packages
run: dnf install -y gcc krb5-devel
- name: Create venv and install dependencies
run: make venv
- name: Run tests
run: make test