Skip to content

Commit 5dbe1e9

Browse files
committed
test(wtr): make working tests fail for real in CI if they break
1 parent 0526e49 commit 5dbe1e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
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

0 commit comments

Comments
 (0)