We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af095f2 commit f6f883eCopy full SHA for f6f883e
.circleci/config.yml
@@ -904,6 +904,12 @@ jobs:
904
environment:
905
EMTEST_LACKS_WEBGPU: "1"
906
steps:
907
+ - checkout
908
+ - run:
909
+ name: submodule update
910
+ command: git submodule update --init
911
+ - pip-install
912
+ - install-emsdk
913
- run-tests-chrome:
914
title: "browser"
915
# Just tests that don't run in browser 2G mode
@@ -1113,9 +1119,7 @@ workflows:
1113
1119
- test-other:
1114
1120
requires:
1115
1121
- build-linux
1116
- - test-browser-chrome:
1117
- requires:
1118
- - build-linux
1122
+ - test-browser-chrome
1123
- test-browser-chrome-2gb:
1124
1125
0 commit comments