mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add github flag
This commit is contained in:
parent
1be1b6e3db
commit
1b6380d3bc
4
.github/workflows/test-workflows.yml
vendored
4
.github/workflows/test-workflows.yml
vendored
|
@ -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 --skipList=test-workflows/skipList.txt --githubWorkflow --shortOutput --concurrency=16 --compare=test-workflows/snapshots
|
||||
shell: bash
|
||||
id: tests
|
||||
env:
|
||||
|
@ -103,4 +103,4 @@ jobs:
|
|||
status: ${{ job.status }}
|
||||
channel: '#updates-build-alerts-test'
|
||||
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
message: ${{ steps.tests.outputs.slackMessage}} \| ${{ steps.tests.outcome}} \| ${{steps.tests.conclusion}} ${{'\n'}} (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
message: ${{ steps.tests.outputs.slackMessage}} (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
|
|
Loading…
Reference in a new issue