From 413e8677d09d3ac49c24d2ce2f243987e58e25e1 Mon Sep 17 00:00:00 2001 From: agobrech Date: Mon, 22 May 2023 09:55:39 +0200 Subject: [PATCH] Update test-worklows action --- .github/workflows/test-workflows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 6f714450b6..61e402b1d5 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -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 }})