File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,7 @@ aliases:
110
110
- master
111
111
- /docs.+/
112
112
requires :
113
- - lint
114
- - typecheck
115
- - unit_tests_node18
113
+ - bootstrap
116
114
117
115
commands :
118
116
e2e-test :
@@ -657,21 +655,13 @@ workflows:
657
655
- windows_unit_tests :
658
656
<< : *ignore_docs
659
657
requires :
660
- - lint
661
658
- bootstrap
662
659
- windows_adapters_smoke :
663
660
requires :
664
- # ideally we wait for windows unit tests here, but because those are flaky
665
- # feedback loop would be not practical, so at least wait for linux unit tests
666
- # to resemble setup for more robust E2E tests
667
- - lint
668
661
- bootstrap
669
- - unit_tests_node18
670
662
- unit_tests_node18 :
671
663
<< : *ignore_docs
672
664
requires :
673
- - lint
674
- - typecheck
675
665
- bootstrap
676
666
- integration_tests_gatsby_source_wordpress :
677
667
<< : *e2e-test-workflow
You can’t perform that action at this time.
0 commit comments