File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -292,20 +292,17 @@ jobs:
292292 release :
293293 runs-on : ubuntu-latest
294294 needs : [
295- build
295+ test-node,
296+ test-chrome,
297+ test-chrome-webworker,
298+ test-firefox,
299+ test-firefox-webworker,
300+ test-electron-main,
301+ test-electron-renderer,
302+ test-interop,
303+ test-interface,
304+ test-interface-message-port-client
296305 ]
297- # needs: [
298- # test-node,
299- # test-chrome,
300- # test-chrome-webworker,
301- # test-firefox,
302- # test-firefox-webworker,
303- # test-electron-main,
304- # test-electron-renderer,
305- # test-interop,
306- # test-interface,
307- # test-interface-message-port-client
308- # ]
309306 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
310307 steps :
311308 - uses : GoogleCloudPlatform/release-please-action@v2
You can’t perform that action at this time.
0 commit comments