Skip to content

Bump pydantic from 2.10.1 to 2.10.2 (#276) #354

Bump pydantic from 2.10.1 to 2.10.2 (#276)

Bump pydantic from 2.10.1 to 2.10.2 (#276) #354

Workflow file for this run

name: Tests
on:
push:
branches:
- develop
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create Coverage File
run: touch coverage.xml
- name: Run unit tests with coverage
run: docker compose up --build --abort-on-container-exit
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v5