Skip to content

fix wrap on wm

fix wrap on wm #69

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