Skip to content

Bump Core to 3.15.2 #46

Bump Core to 3.15.2

Bump Core to 3.15.2 #46

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