Skip to content

WIP

WIP #39

Workflow file for this run

name: tests-and-QA
on:
push: ~
concurrency:
group: tests-and-QA_${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cp .env.test .env
- run: make test