Skip to content

fixed json serialization #77

fixed json serialization

fixed json serialization #77

Workflow file for this run

name : Tests
on:
push:
branches:
- vlad/devel
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build Docker Image
run: docker compose --profile test build tests
- name: Run Tests
run: docker compose --profile test run --rm tests