diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 502060f1ec..0debdfb356 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -22,6 +22,7 @@ jobs: artillery-plugin-fake-data,\ artillery-plugin-metrics-by-endpoint,\ artillery-plugin-publish-metrics,\ + artillery-plugin-slack,\ commons,\ core,\ artillery" diff --git a/package-lock.json b/package-lock.json index 6590bc1e6b..e918bf9144 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21539,6 +21539,7 @@ "artillery-plugin-fake-data": "*", "artillery-plugin-metrics-by-endpoint": "*", "artillery-plugin-publish-metrics": "*", + "artillery-plugin-slack": "*", "async": "^2.6.4", "aws-sdk": "^2.1338.0", "chalk": "^2.4.2", diff --git a/packages/artillery/package.json b/packages/artillery/package.json index 43f7afc309..e7f3aa1712 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -102,6 +102,7 @@ "artillery-plugin-fake-data": "*", "artillery-plugin-metrics-by-endpoint": "*", "artillery-plugin-publish-metrics": "*", + "artillery-plugin-slack": "*", "async": "^2.6.4", "aws-sdk": "^2.1338.0", "chalk": "^2.4.2",