Update test-worklows action

This commit is contained in:
agobrech 2023-05-22 09:55:39 +02:00
parent 5bef91e3c8
commit 413e8677d0

View file

@ -75,6 +75,7 @@ jobs:
- name: Run tests
run: n8n/packages/cli/bin/n8n executeBatch --shallow --skipList=test-workflows/skipList.txt --shortOutput --concurrency=16 --compare=test-workflows/snapshots
shell: bash
id: tests
env:
N8N_ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}}
SKIP_STATISTICS_EVENTS: true
@ -102,4 +103,4 @@ jobs:
status: ${{ job.status }}
channel: '#updates-build-alerts'
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Test workflows failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
message: ${{ steps.tests.outputs.slackMessage}} \n (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})