Skip to content

NAS-139599 / 26.0.0-BETA.1 / Auto-trigger migration of incus containe… #1

NAS-139599 / 26.0.0-BETA.1 / Auto-trigger migration of incus containe…

NAS-139599 / 26.0.0-BETA.1 / Auto-trigger migration of incus containe… #1

Workflow file for this run

name: pytest CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/truenas/middleware:master
steps:
- uses: actions/checkout@v4
- name: Install dev tools
run: FAKE_ENV=1 ./src/freenas/usr/bin/install-dev-tools
- name: Test
run: |
cd src/middlewared
PYTHONPATH=. FAKE_ENV=1 pytest-3 -v --disable-pytest-warnings middlewared/pytest