ci(plugin-env): read apm-integrations.yml after workflow rename#9224
Conversation
`npm run env` / `yarn env` reads `.github/workflows/plugins.yml` to list the plugin jobs and their `PLUGINS` / `SERVICES` values, but that workflow was renamed to `apm-integrations.yml`, so the script fails with ENOENT before it can open a plugin dev shell. Drive-by fix: * Mention the `yarn env` script in CONTRIBUTING.md.
Overall package sizeSelf size: 6.56 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.0 | 117.14 kB | 432.47 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 93cae30 | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-07-06 19:00:59 Comparing candidate commit 93cae30 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2247 metrics, 39 unstable metrics.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9224 +/- ##
==========================================
+ Coverage 93.56% 93.61% +0.05%
==========================================
Files 900 900
Lines 52690 52690
Branches 12411 12411
==========================================
+ Hits 49300 49328 +28
+ Misses 3390 3362 -28 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
`npm run env` / `yarn env` reads `.github/workflows/plugins.yml` to list the plugin jobs and their `PLUGINS` / `SERVICES` values, but that workflow was renamed to `apm-integrations.yml`, so the script fails with ENOENT before it can open a plugin dev shell. Drive-by fix: * Mention the `yarn env` script in CONTRIBUTING.md.
`npm run env` / `yarn env` reads `.github/workflows/plugins.yml` to list the plugin jobs and their `PLUGINS` / `SERVICES` values, but that workflow was renamed to `apm-integrations.yml`, so the script fails with ENOENT before it can open a plugin dev shell. Drive-by fix: * Mention the `yarn env` script in CONTRIBUTING.md.
`npm run env` / `yarn env` reads `.github/workflows/plugins.yml` to list the plugin jobs and their `PLUGINS` / `SERVICES` values, but that workflow was renamed to `apm-integrations.yml`, so the script fails with ENOENT before it can open a plugin dev shell. Drive-by fix: * Mention the `yarn env` script in CONTRIBUTING.md.
`npm run env` / `yarn env` reads `.github/workflows/plugins.yml` to list the plugin jobs and their `PLUGINS` / `SERVICES` values, but that workflow was renamed to `apm-integrations.yml`, so the script fails with ENOENT before it can open a plugin dev shell. Drive-by fix: * Mention the `yarn env` script in CONTRIBUTING.md.
Summary
npm run env/yarn envreads.github/workflows/plugins.ymlto list the plugin jobs and theirPLUGINS/SERVICESvalues, but that workflow was renamed toapm-integrations.yml, so the script fails with ENOENT before it can open a plugin dev shell.Drive-by
Mention the
yarn envscript in CONTRIBUTING.md.