Skip to content

Commit 2bb5a5f

Browse files
committed
fixup! split up jquerys by major version
- while everything passed, some runs took over 20min, which is still too close to the BrowserStack limit
1 parent 9273570 commit 2bb5a5f

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/browserstack.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
1515
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
1616
NODE_VERSION: 20.x
17-
name: ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
17+
name: ${{ matrix.BROWSER }} \| ${{ matrix.JQUERYS.name }}
1818
concurrency:
1919
group: ${{ github.sha }}-${{ matrix.BROWSER }}
2020
timeout-minutes: 30
@@ -35,10 +35,14 @@ jobs:
3535
- 'Safari_latest'
3636
- 'Safari_latest-1'
3737
JQUERYS:
38-
- versions: --jquery 3.x-git --jquery git --jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 --jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0
39-
name: jQuery 3.x+
40-
- versions: --jquery 2.2.4 --jquery 1.12.4 --jquery 2.1.4 --jquery 1.11.3 --jquery 2.0.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
41-
name: jQuery 1.x/2.x
38+
- versions: --jquery 3.x-git --jquery git
39+
name: jQ git
40+
- versions: --jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 --jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0
41+
name: jQ 3.x
42+
- versions: --jquery 2.2.4 --jquery 2.1.4 --jquery 2.0.3
43+
name: jQ 2.x
44+
- versions: --jquery 1.12.4 --jquery 1.11.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
45+
name: jQ 1.x
4246

4347
steps:
4448
- name: Checkout

0 commit comments

Comments
 (0)