Skip to content

Fix integration test setup #64

Fix integration test setup

Fix integration test setup #64

Workflow file for this run

name: Run tests on push
on:
push:
branches-ignore:
- update-docs
jobs:
test:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
annotate:
name: Code comments
needs:
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: joonashak/comment-annotator@v1