Devtools: Streamline getting extension from branch (#28975)
Sebastian Silbermann committed
May 2, 2024 at 21:47 UTC
c44e9d1557ac076546811e2a56fcf8f2144ce6f5
1 file changed
+7
.circleci/config.yml
+7
@@ -228,6 +228,13 @@ jobs:
228
command: ./scripts/circleci/pack_and_store_devtools_artifacts.sh
229
- store_artifacts:
230
path: ./build/devtools.tgz
231
+ # Simplifies getting the extension for local testing
232
+ - store_artifacts:
233
+ path: ./build/devtools/chrome-extension.zip
234
+ destination: react-devtools-chrome-extension.zip
235
+ - store_artifacts:
236
+ path: ./build/devtools/firefox-extension.zip
237
+ destination: react-devtools-firefox-extension.zip
238
239
run_devtools_e2e_tests:
240
docker: *docker