File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1- name : backend CI
1+ name : CI
22
33on :
44 push :
5- paths :
6- - pyproject.toml
7- - src/**
8- - tests/**
95 pull_request :
10- paths :
11- - pyproject.toml
12- - src/**
13- - tests/**
146
157jobs :
168 check :
2921 strategy :
3022 matrix :
3123 runs-on : ["ubuntu-latest"] # can add windows-latest, macos-latest
32- python-version : ["3.11"] # Should run with 3.12 once not dependent on Dodal for constants
24+ python-version : ["3.11", " 3.12"]
3325 include :
3426 # Include one that runs in the dev environment
3527 - runs-on : " ubuntu-latest"
Original file line number Diff line number Diff line change 11[ ![ Frontend CI] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/gui_ci.yml/badge.svg )] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/gui_ci.yml )
2- [ ![ Backend CI] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/backend_ci .yml/badge.svg )] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/backend_ci.yml )
2+ [ ![ Backend CI] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/ci .yml/badge.svg )] ( https://github.com/DiamondLightSource/daq-config-server/actions/workflows/backend_ci.yml )
33[ ![ Coverage] ( https://codecov.io/gh/DiamondLightSource/daq-config-server/branch/main/graph/badge.svg )] ( https://codecov.io/gh/DiamondLightSource/daq-config-server )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/daq-config-server.svg )] ( https://pypi.org/project/daq-config-server )
55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
You can’t perform that action at this time.
0 commit comments