We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39920e1 commit ee9bc59Copy full SHA for ee9bc59
.github/workflows/web-test-runner.yml
@@ -53,8 +53,8 @@ jobs:
53
- run: LEGACY_BROWSERS=1 yarn test || true
54
- run: FORCE_NATIVE_SHADOW_MODE_FOR_TEST=1 yarn test
55
- run: DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 yarn test || true
56
- - run: DISABLE_DETACHED_REHYDRATION=1 yarn test || true
57
- run: DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 SHADOW_MODE_OVERRIDE=native yarn test || true
+ - run: DISABLE_DETACHED_REHYDRATION=1 yarn test
58
- run: DISABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE=1 DISABLE_DETACHED_REHYDRATION=1 yarn test || true
59
- run: API_VERSION=58 yarn test || true
60
- run: API_VERSION=58 SHADOW_MODE_OVERRIDE=native yarn test || true
0 commit comments