Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ env:
jobs:
build-and-test:
runs-on: ubuntu-latest
name: ${{ matrix.BROWSER }}
strategy:
fail-fast: false
matrix:
BROWSER: [chrome, firefox]

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand All @@ -42,13 +36,7 @@ jobs:

- name: Test
run: |
npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
--jquery 1.12.4 \
--jquery 2.2.4 \
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 \
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 \
--jquery 3.x-git --jquery git \
--retries 3 --hard-retries 1
npm run test:browser

edge:
runs-on: windows-latest
Expand All @@ -72,13 +60,7 @@ jobs:

- name: Test
run: |
npm run test:unit -- -h -b edge `
--jquery 1.12.4 `
--jquery 2.2.4 `
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 `
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 `
--jquery 3.x-git --jquery git `
--retries 3 --hard-retries 1
npm run test:edge

safari:
runs-on: macos-latest
Expand All @@ -102,10 +84,4 @@ jobs:

- name: Test
run: |
npm run test:unit -- -b safari \
--jquery 1.12.4 \
--jquery 2.2.4 \
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 \
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 \
--jquery 3.x-git --jquery git \
--retries 3 --hard-retries 1
npm run test:safari
19 changes: 19 additions & 0 deletions jtr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 1

runs:
jquery:
- 1.12.4
- 2.2.4
- 3.0.0
- 3.1.1
- 3.2.1
- 3.3.1
- 3.4.1
- 3.5.1
- 3.6.4
- 3.7.1
- 3.x-git
- git

retries: 3
hard-retries: 1
Loading
Loading