Skip to content

bump to version 2.6.1 #149

bump to version 2.6.1

bump to version 2.6.1 #149

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