Skip to content

Commit bf75e55

Browse files
authored
feat: include Slack integration (#2735)
1 parent fa6acff commit bf75e55

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/create-release-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
artillery-plugin-fake-data,\
2323
artillery-plugin-metrics-by-endpoint,\
2424
artillery-plugin-publish-metrics,\
25+
artillery-plugin-slack,\
2526
commons,\
2627
core,\
2728
artillery"

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artillery/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"artillery-plugin-fake-data": "*",
103103
"artillery-plugin-metrics-by-endpoint": "*",
104104
"artillery-plugin-publish-metrics": "*",
105+
"artillery-plugin-slack": "*",
105106
"async": "^2.6.4",
106107
"aws-sdk": "^2.1338.0",
107108
"chalk": "^2.4.2",

0 commit comments

Comments
 (0)