ci: Run db tests with a table-prefix as well (no-changelog) (#5818)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-30 15:09:13 +02:00
committed by GitHub
parent 0b0024d722
commit e4796c169b
3 changed files with 9 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ jobs:
working-directory: packages/cli
run: pnpm test:postgres:alt-schema
- name: Test Postgres (table prefix)
working-directory: packages/cli
run: pnpm test:postgres:with-table-prefix
- name: Notify Slack on failure
uses: act10ns/slack@v2.0.0
if: failure()