Skip to content

Commit ca7f8ee

Browse files
committed
test(wtr): enable more test scenarios in CI
1 parent ee9bc59 commit ca7f8ee

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/web-test-runner.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
- run: API_VERSION=61 SHADOW_MODE_OVERRIDE=native yarn test || true
6767
- run: API_VERSION=62 yarn test || true
6868
- run: API_VERSION=62 SHADOW_MODE_OVERRIDE=native yarn test || true
69-
- run: DISABLE_SYNTHETIC_SHADOW_SUPPORT_IN_COMPILER=1 SHADOW_MODE_OVERRIDE=native yarn test || true
70-
- run: DISABLE_SYNTHETIC_SHADOW_SUPPORT_IN_COMPILER=1 SHADOW_MODE_OVERRIDE=native DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test || true
71-
- run: ENABLE_ARIA_REFLECTION_GLOBAL_POLYFILL=1 yarn test || true
72-
- run: ENABLE_ARIA_REFLECTION_GLOBAL_POLYFILL=1 SHADOW_MODE_OVERRIDE=native yarn test || true
73-
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test || true
74-
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 SHADOW_MODE_OVERRIDE=native yarn test || true
75-
- run: NODE_ENV_FOR_TEST=production yarn test || true
76-
- run: NODE_ENV_FOR_TEST=production SHADOW_MODE_OVERRIDE=native yarn test || true
69+
- run: DISABLE_SYNTHETIC_SHADOW_SUPPORT_IN_COMPILER=1 SHADOW_MODE_OVERRIDE=native yarn test
70+
- run: DISABLE_SYNTHETIC_SHADOW_SUPPORT_IN_COMPILER=1 SHADOW_MODE_OVERRIDE=native DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test
71+
- run: ENABLE_ARIA_REFLECTION_GLOBAL_POLYFILL=1 yarn test
72+
- run: ENABLE_ARIA_REFLECTION_GLOBAL_POLYFILL=1 SHADOW_MODE_OVERRIDE=native yarn test
73+
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test
74+
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 SHADOW_MODE_OVERRIDE=native yarn test
75+
- run: NODE_ENV_FOR_TEST=production yarn test
76+
- run: NODE_ENV_FOR_TEST=production SHADOW_MODE_OVERRIDE=native yarn test
7777
hydration-tests:
7878
runs-on: ubuntu-22.04
7979
env:
@@ -101,15 +101,15 @@ jobs:
101101
# accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
102102
# tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
103103
# region: us
104-
- run: ENGINE_SERVER=1 yarn test:hydration || true
105-
- run: ENGINE_SERVER=1 SHADOW_MODE_OVERRIDE=synthetic yarn test:hydration || true
106-
- run: ENGINE_SERVER=1 NODE_ENV_FOR_TEST=production yarn test:hydration || true
107-
- run: ENGINE_SERVER=1 DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test:hydration || true
108-
- run: ENGINE_SERVER=1 DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration || true
109-
- run: ENGINE_SERVER=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration || true
110-
- run: ENGINE_SERVER=1 DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration || true
104+
- run: ENGINE_SERVER=1 yarn test:hydration
105+
- run: ENGINE_SERVER=1 SHADOW_MODE_OVERRIDE=synthetic yarn test:hydration
106+
- run: ENGINE_SERVER=1 NODE_ENV_FOR_TEST=production yarn test:hydration
107+
- run: ENGINE_SERVER=1 DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test:hydration
108+
- run: ENGINE_SERVER=1 DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration
109+
- run: ENGINE_SERVER=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration
110+
- run: ENGINE_SERVER=1 DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 DISABLE_DETACHED_REHYDRATION=1 yarn test:hydration
111111
- run: yarn test:hydration
112112
- run: SHADOW_MODE_OVERRIDE=synthetic yarn test:hydration
113-
- run: NODE_ENV_FOR_TEST=production yarn test:hydration || true
114-
- run: DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test:hydration || true
115-
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration || true
113+
- run: NODE_ENV_FOR_TEST=production yarn test:hydration
114+
- run: DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test:hydration
115+
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn test:hydration

0 commit comments

Comments
 (0)