Test reversibility of migrations #220

Merged
bustikiller merged 35 commits from test-rollbacks into main 2025-01-25 09:43:43 +00:00
Showing only changes of commit f08082fb3b - Show all commits

View File

@ -21,8 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
depth: 2
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base
- uses: ruby/setup-ruby@v1.207.0
- run: bundle install
- &postgres_wait