feat(templates): programmatic migration gen (#9238)

Programmatically generate lockfiles and postgres migrations
This commit is contained in:
Elliot DeNolf
2024-11-15 21:47:05 -05:00
committed by GitHub
parent ff8e7bb968
commit 1393d84bca
28 changed files with 16193 additions and 5779 deletions

View File

@@ -284,7 +284,7 @@ jobs:
tests-e2e:
runs-on: ubuntu-latest
needs: build
name: ${{ matrix.suite }}
name: e2e-${{ matrix.suite }}
strategy:
fail-fast: false
matrix:
@@ -414,6 +414,10 @@ jobs:
- template: with-vercel-postgres
database: postgres
# Re-enable once PG conncection is figured out
# - template: with-vercel-website
# database: postgres
name: ${{ matrix.template }}-${{ matrix.database }}
env: