ci: Fix test workflows (no-changelog) (#6698)

* ci: Fix test workflows (no-changelog)

We removed `pdf-parse` in #6640, so we need to get these test PDF files from the `test-workflows` repo instead ([which has been updated to include these files](0f6ef1c804))

* remove `\n` from ids and skipList text files
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-19 14:15:38 +02:00
committed by GitHub
parent c7e10130d6
commit cc29c4da74
2 changed files with 13 additions and 4 deletions

View File

@@ -64,8 +64,7 @@ jobs:
run: |
cp n8n/assets/n8n-logo.png /tmp/n8n-logo.png
cp n8n/assets/n8n-screenshot.png /tmp/n8n-screenshot.png
cp n8n/node_modules/pdf-parse/test/data/05-versions-space.pdf /tmp/05-versions-space.pdf
cp n8n/node_modules/pdf-parse/test/data/04-valid.pdf /tmp/04-valid.pdf
cp test-workflows/testData/pdfs/*.pdf /tmp/
shell: bash
- name: Run tests