Skip to content

Commit de9f4ba

Browse files
committed
Build: Make browser tests correctly run on multiple jQuery versions
There was a typo in `jtr-local.yml`, making the runs using it load with a huge query string containing all the jQuery versions listed joined. Also, only IE and Safari runs even tried to use this config. This all meant only one jQuery version was actually tested.
1 parent 0ea1015 commit de9f4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm install
4444

4545
- name: Run tests
46-
run: npm run test:browser -- -f plugin=${{ matrix.MIGRATE_VERSION }}
46+
run: npm run test:browser -- -c jtr-local.yml -f plugin=${{ matrix.MIGRATE_VERSION }}
4747

4848
ie:
4949
runs-on: windows-latest

jtr-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1
22

3-
flags:
3+
runs:
44
jquery:
55
- git
66
- git.min

0 commit comments

Comments
 (0)