Skip to content

Fix to add DEFAULT for 'up' migration only when adding a new column. #248

Fix to add DEFAULT for 'up' migration only when adding a new column.

Fix to add DEFAULT for 'up' migration only when adding a new column. #248

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.lisp }}
runs-on: ubuntu-latest
strategy:
matrix:
lisp: [sbcl]
steps:
- uses: actions/checkout@v4
- name: Run tests
env:
LISP: ${{ matrix.lisp }}
run: |
docker compose up --exit-code-from tests tests