[ci] Cleanup run_devtools_e2e_tests
This was only used for build_and_test which has since been migrated to gh actions and is now therefore unused. Looks like I missed this during the previous cleanup. ghstack-source-id: 278443951e1eda4a6186a7bb006e81b0e20f6868 Pull Request resolved: https://github.com/facebook/react/pull/30467
Lauren Tan committed
Jul 25, 2024 at 17:02 UTC
0a76aecbfa3d493c6b97998d0444f6505f5e5365
1 file changed
-18
.circleci/config.yml
-18
@@ -124,24 +124,6 @@ jobs:
124
path: ./build/devtools/firefox-extension.zip
125
destination: react-devtools-firefox-extension.zip
126
127
- run_devtools_e2e_tests:
128
- docker: *docker
129
- environment: *environment
130
- steps:
131
- - checkout
132
- - attach_workspace:
133
- at: .
134
- - setup_node_modules
135
- - run:
136
- name: Playwright install deps
137
- command: |
138
- npx playwright install
139
- sudo npx playwright install-deps
140
- - run:
141
- environment:
142
- RELEASE_CHANNEL: experimental
143
- command: ./scripts/circleci/run_devtools_e2e_tests.js
144
-
127
run_devtools_tests_for_versions:
128
docker: *docker
129
environment: *environment