Files
e_power_switch/.gitea/workflows/action.yaml
T
ponsin_h a31af3723f
CI / lint (push) Failing after 0s
CI / build-and-test (push) Failing after 18s
changing for another docker image
2026-06-09 11:12:11 +02:00

21 lines
374 B
YAML

name: CI
on:
push:
branches: [ "master" ]
jobs:
lint:
runs-on: linepics
build-and-test:
runs-on: linmidas
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name:
run: |
sh maketestenv.sh
- name: Run tests
run: |
source testenv/bin/activate && python3 tests/test.py