mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
15 lines
277 B
YAML
15 lines
277 B
YAML
name: Full CI
|
|
on: [push]
|
|
|
|
jobs:
|
|
formatter:
|
|
uses: ./.github/workflows/formatter.yml
|
|
|
|
unit-test:
|
|
uses: ./.github/workflows/pytest.yml
|
|
|
|
unit-test-matrix:
|
|
uses: ./.github/workflows/pytest-matrix.yml
|
|
|
|
end2end-test:
|
|
uses: ./.github/workflows/end2end-conda.yml |