Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

fix(db): guards against error if constraint already dropped #400

fix(db): guards against error if constraint already dropped

fix(db): guards against error if constraint already dropped #400

name: Test image build
on: pull_request
jobs:
build_image:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build without push
uses: docker/build-push-action@v1
with:
push: false