Files
e_power_switch/.gitea/workflows/action.yaml
T
ponsin_h f6cbc3ed53
CI / build-and-test (push) Failing after 3s
python
2026-06-09 10:48:44 +02:00

17 lines
294 B
YAML

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