Skip to content

Commit

Permalink
fixup! split up jquerys by major version
Browse files Browse the repository at this point in the history
- while everything passed, some runs took over 20min, which
  is still too close to the BrowserStack limit
  • Loading branch information
timmywil committed Jun 3, 2024
1 parent 9273570 commit 5f8e8f5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
NODE_VERSION: 20.x
name: ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
name: |
${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
concurrency:
group: ${{ github.sha }}-${{ matrix.BROWSER }}
timeout-minutes: 30
Expand All @@ -35,10 +36,14 @@ jobs:
- 'Safari_latest'
- 'Safari_latest-1'
JQUERYS:
- 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
name: jQuery 3.x+
- 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
name: jQuery 1.x/2.x
- versions: --jquery 3.x-git --jquery git
name: jQ git
- 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
name: jQ 3.x
- versions: --jquery 2.2.4 --jquery 2.1.4 --jquery 2.0.3
name: jQ 2.x
- versions: --jquery 1.12.4 --jquery 1.11.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
name: jQ 1.x

steps:
- name: Checkout
Expand Down

0 comments on commit 5f8e8f5

Please sign in to comment.