Skip to content

Bump version to 0.3.0 with pg16 compat (#47) #73

Bump version to 0.3.0 with pg16 compat (#47)

Bump version to 0.3.0 with pg16 compat (#47) #73

Workflow file for this run

name: Test
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build docker images
run: docker-compose -f .ci/docker-compose.yaml build
- name: Run tests
run: docker-compose -f .ci/docker-compose.yaml run test_pg_jsonschema