Skip to content

Bump to 3.16.1

Bump to 3.16.1 #50

Workflow file for this run

name: test-platform
on: pull_request
jobs:
verify_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: docker compose build
- name: Run backend tests
run: docker compose run api pytest