Skip to content

consolidate lock status elements #572

consolidate lock status elements

consolidate lock status elements #572

Workflow file for this run

name: Run PyTest
on:
workflow_dispatch:
push:
paths:
- .github/workflows/pytest.yml
- .github/actions/install-linien/**
- gateware/**
- linien-common/**
- linien-server/**
- tests/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Linien
uses: ./.github/actions/install-linien
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest migen pytest-plt git+https://github.com/m-labs/misoc
- name: Test with pytest
run: pytest .