From 0d10208bdbd9b89874ffb2c09302da00cca02599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Tue, 15 Apr 2025 12:13:21 +0200 Subject: [PATCH] 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. This all meant only one jQuery version was actually tested. Ref gh-575 --- jtr-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtr-local.yml b/jtr-local.yml index e0ab114b..b1ab8c55 100644 --- a/jtr-local.yml +++ b/jtr-local.yml @@ -1,6 +1,6 @@ version: 1 -flags: +runs: jquery: - 3.x-git - 3.x-git.min