wip - ci tests

This commit is contained in:
2025-05-06 13:43:20 +02:00
parent 69fd4e0561
commit 707642dea8
4 changed files with 153 additions and 0 deletions

13
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Full CI
on: [push]
jobs:
formatter:
uses: ./.github/workflows/formatter.yml
pytest:
uses: ./.github/workflows/ophyd_tests.yml
device-config-test:
uses: ./.github/workflows/device_config_test.yml