Skip to content

Commit 9453d5f

Browse files
Fix/slack int (#211)
* fix: lock slack-ctrf to 0.0.24
1 parent c390e03 commit 9453d5f

File tree

3 files changed

+79
-486
lines changed

3 files changed

+79
-486
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,19 @@ jobs:
3434
slowest-report: true
3535
previous-results-report: true
3636
upload-artifact: true
37+
integrations-config: |
38+
{
39+
"slack": {
40+
"enabled": true,
41+
"action": "results",
42+
"options": {
43+
"onFailOnly": false
44+
}
45+
}
46+
}
3747
env:
3848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3950
if: always()
4051
- name: Publish Test Report
4152
uses: ./

0 commit comments

Comments
 (0)