Skip to content

Bump pydantic from 2.7.3 to 2.7.4 (#239) #314

Bump pydantic from 2.7.3 to 2.7.4 (#239)

Bump pydantic from 2.7.3 to 2.7.4 (#239) #314

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@v4