Skip to content

Commit 5f8e8f5

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 5f8e8f5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/browserstack.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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: |
18+
${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
1819
concurrency:
1920
group: ${{ github.sha }}-${{ matrix.BROWSER }}
2021
timeout-minutes: 30
@@ -35,10 +36,14 @@ jobs:
3536
- 'Safari_latest'
3637
- 'Safari_latest-1'
3738
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
39+
- versions: --jquery 3.x-git --jquery git
40+
name: jQ git
41+
- 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
42+
name: jQ 3.x
43+
- versions: --jquery 2.2.4 --jquery 2.1.4 --jquery 2.0.3
44+
name: jQ 2.x
45+
- versions: --jquery 1.12.4 --jquery 1.11.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
46+
name: jQ 1.x
4247

4348
steps:
4449
- name: Checkout

0 commit comments

Comments
 (0)