mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-13 04:01:52 +02:00
14 lines
225 B
YAML
14 lines
225 B
YAML
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
|
|
|