You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ should always work.
79
79
80
80
We use [yarn](https://yarnpkg.com/) 1.x for its workspace functionality, so make sure to install that as well. The easist way to install yarn 1.x with with npm:
81
81
82
-
```sh
82
+
```sh
83
83
$ npm install -g yarn
84
84
```
85
85
@@ -149,6 +149,12 @@ $ yarn test:instrumentations
149
149
Several other components have test commands as well. See `package.json` for
150
150
details.
151
151
152
+
### Adding a Plugin Test to CI
153
+
154
+
The plugin tests run on pull requests in Github Actions. Each plugin test suite has its own Github job, so adding a new suite to CI
155
+
requires adding a new job to the Github Actions config. The file containing these configs is ``.github/workflows/apm-integrations.yml``.
156
+
You can copypaste and modify an existing plugin job configuration in this file to create a new job config.
157
+
152
158
### Linting
153
159
154
160
We use [ESLint](https://eslint.org) to make sure that new code
0 commit comments