File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 # tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
4949 # region: us
5050
51- - run : yarn test || true
52- - run : SHADOW_MODE_OVERRIDE=native yarn test || true
51+ - run : yarn test
52+ - run : SHADOW_MODE_OVERRIDE=native yarn test
5353 - run : LEGACY_BROWSERS=1 yarn test || true
5454 - run : FORCE_NATIVE_SHADOW_MODE_FOR_TEST=1 yarn test || true
5555 - run : DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test || true
@@ -108,8 +108,8 @@ jobs:
108108 - run : ENGINE_SERVER=1 DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration || true
109109 - run : ENGINE_SERVER=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration || true
110110 - run : ENGINE_SERVER=1 DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration || true
111- - run : yarn test:hydration || true
112- - run : SHADOW_MODE_OVERRIDE=synthetic yarn test:hydration || true
111+ - run : yarn test:hydration
112+ - run : SHADOW_MODE_OVERRIDE=synthetic yarn test:hydration
113113 - run : NODE_ENV_FOR_TEST=production yarn test:hydration || true
114114 - run : DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test:hydration || true
115115 - run : DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration || true
You can’t perform that action at this time.
0 commit comments