feat: Add support for reading ids from file with executeBatch command (#3008)

This commit is contained in:
Omar Ajoue
2022-03-19 08:54:55 +01:00
committed by GitHub
parent c0611a0b81
commit 5658593df4
2 changed files with 20 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ jobs:
shell: bash
-
name: Run tests
run: n8n/packages/cli/bin/n8n executeBatch --shallow --skipList=test-workflows/skipList.txt --shortOutput --concurrency=16 --compare=test-workflows/snapshots
run: n8n/packages/cli/bin/n8n executeBatch --shallow --ids=test-workflows/safeList.txt --shortOutput --concurrency=16 --compare=test-workflows/snapshots
shell: bash
env:
N8N_ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}}