mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Run db tests with a table-prefix as well (no-changelog) (#5818)
This commit is contained in:
committed by
GitHub
parent
0b0024d722
commit
e4796c169b
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user