Skip to content

Add ansible role for updating kali cert #261

Add ansible role for updating kali cert

Add ansible role for updating kali cert #261

Workflow file for this run

name: Unit Tests
on:
push:
workflow_dispatch:
jobs:
tox-unit-test:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install tox==4.18.1
- run: tox -- -m "not systest"