Skip to content

Grab app lifecycle / migration logs in debug (#224) #689

Grab app lifecycle / migration logs in debug (#224)

Grab app lifecycle / migration logs in debug (#224) #689

Workflow file for this run

name: unit_tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/truenas/middleware:master
steps:
- uses: actions/checkout@v2
- name: Setup dependencies
run: |
/usr/bin/install-dev-tools
- name: Deps
run: |
pip install --break-system-packages -r requirements.txt
pip install --break-system-packages -U .
- name: Running test
run: pytest -v ixdiagnose/test/pytest/unit/