We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c390e03 commit 9453d5fCopy full SHA for 9453d5f
.github/workflows/build-and-test.yaml
@@ -34,8 +34,19 @@ jobs:
34
slowest-report: true
35
previous-results-report: true
36
upload-artifact: true
37
+ integrations-config: |
38
+ {
39
+ "slack": {
40
+ "enabled": true,
41
+ "action": "results",
42
+ "options": {
43
+ "onFailOnly": false
44
+ }
45
46
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
50
if: always()
51
- name: Publish Test Report
52
uses: ./
0 commit comments