Skip to content

hm.hell: switch br0 to enp55s0 (Intel I226-V 2.5G) #117

hm.hell: switch br0 to enp55s0 (Intel I226-V 2.5G)

hm.hell: switch br0 to enp55s0 (Intel I226-V 2.5G) #117

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: make test