mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-13 20:21:52 +02:00
wip - ci tests
This commit is contained in:
13
.github/workflows/ci.yml
vendored
Normal file
13
.github/workflows/ci.yml
vendored
Normal 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
|
||||
|
Reference in New Issue
Block a user