Skip to content

Commit 4069f66

Browse files
Merge remote-tracking branch 'origin/get_cI_working' into 64_remove_unused_features
2 parents d392aae + 2184ace commit 4069f66

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
name: backend CI
1+
name: CI
22

33
on:
44
push:
5-
paths:
6-
- pyproject.toml
7-
- src/**
8-
- tests/**
95
pull_request:
10-
paths:
11-
- pyproject.toml
12-
- src/**
13-
- tests/**
146

157
jobs:
168
check:
@@ -29,7 +21,7 @@ jobs:
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

0 commit comments

Comments
 (0)