Skip to content

fix initial binding values #153

fix initial binding values

fix initial binding values #153

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: docker build . -f tests/Containerfile -t tests
- name: test
run: docker run --rm -t tests