Skip to content

Consolidate 9 fragmented saint identities missed by the original refactor #60

Consolidate 9 fragmented saint identities missed by the original refactor

Consolidate 9 fragmented saint identities missed by the original refactor #60

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Build test image
run: docker compose build tests
- name: Run test suite
run: docker compose run --rm tests