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:
110110 - master
111111 - /docs.+/
112112 requires :
113- - lint
114- - typecheck
115- - unit_tests_node18
113+ - bootstrap
116114
117115commands :
118116 e2e-test :
@@ -657,21 +655,13 @@ workflows:
657655 - windows_unit_tests :
658656 << : *ignore_docs
659657 requires :
660- - lint
661658 - bootstrap
662659 - windows_adapters_smoke :
663660 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
668661 - bootstrap
669- - unit_tests_node18
670662 - unit_tests_node18 :
671663 << : *ignore_docs
672664 requires :
673- - lint
674- - typecheck
675665 - bootstrap
676666 - integration_tests_gatsby_source_wordpress :
677667 << : *e2e-test-workflow
You can’t perform that action at this time.
0 commit comments