Skip to content

Bump pyyaml from 6.0.2 to 6.0.3 (#325) #405

Bump pyyaml from 6.0.2 to 6.0.3 (#325)

Bump pyyaml from 6.0.2 to 6.0.3 (#325) #405

Workflow file for this run

name: Tests
on:
push:
branches:
- develop
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- 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