Skip to content

Commit d2ce365

Browse files
committed
chore(ci): actually run web-test-runner for PRs
1 parent a96e8d9 commit d2ce365

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Run Web Test Runner integration tests
22

33
on:
44
push:
5-
branches:
6-
- master
75
pull_request:
8-
branches:
9-
- master
106

117
env:
128
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}
@@ -50,11 +46,3 @@ jobs:
5046

5147
- run: yarn test
5248
- run: yarn test:hydration
53-
54-
run-karma-tests:
55-
runs-on: ubuntu-22.04
56-
defaults:
57-
run:
58-
working-directory: ./packages/@lwc/integration-not-karma
59-
needs:
60-
- run-wtr-tests-group-1

0 commit comments

Comments
 (0)