mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
feat: PAY-3778 add import portion to db tests (#20141)
This commit is contained in:
parent
737a928f50
commit
9360a35949
7
.github/workflows/data-tooling.yml
vendored
7
.github/workflows/data-tooling.yml
vendored
|
|
@ -11,8 +11,8 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sqlite-export:
|
||||
name: sqlite database export
|
||||
sqlite-export-sqlite-import:
|
||||
name: sqlite database export -> sqlite database import
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||
env:
|
||||
NODE_OPTIONS: '--max-old-space-size=6144'
|
||||
|
|
@ -37,4 +37,5 @@ jobs:
|
|||
with:
|
||||
build-command: |
|
||||
pnpm build
|
||||
./packages/cli/bin/n8n export:entities
|
||||
./packages/cli/bin/n8n export:entities --outputDir packages/cli/commands/export/outputs
|
||||
./packages/cli/bin/n8n import:entities --inputDir packages/cli/commands/export/outputs --truncateTables
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user