Skip to content

Commit 69a35ff

Browse files
committed
ci(jquery): test jQuery in Edge in IE mode
See jquery/jquery#5723
1 parent 564c45e commit 69a35ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jquery.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
- name: Run jQuery tests
4747
working-directory: test/jquery
4848
run: npm run test:browser -- -v
49+
50+
- name: Run jQuery tests in Edge in IE mode
51+
working-directory: test/jquery
52+
run: npm run test:ie -- -v

0 commit comments

Comments
 (0)