Skip to content

Commit 436a5c1

Browse files
committed
fixup! use runs config
1 parent c4ae4c9 commit 436a5c1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Test
5959
run: |
6060
npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
61-
${{ matrix.CONFIGS.config }} \
61+
-c ${{ matrix.CONFIGS.config }} \
6262
6363
edge:
6464
runs-on: windows-latest
@@ -98,7 +98,7 @@ jobs:
9898
- name: Test
9999
run: |
100100
npm run test:unit -- -h -b edge `
101-
${{ matrix.CONFIGS.config }}
101+
-c ${{ matrix.CONFIGS.config }}
102102
103103
safari:
104104
runs-on: macos-latest
@@ -138,4 +138,4 @@ jobs:
138138
- name: Test
139139
run: |
140140
npm run test:unit -- -b safari \
141-
${{ matrix.CONFIGS.config }}
141+
-c ${{ matrix.CONFIGS.config }}

jtr-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test-urls:
2929
- tooltip/tooltip.html
3030
- widget/widget.html
3131

32-
flags:
32+
runs:
3333
jquery:
3434
- git
3535
- 3.x-git

jtr-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ test-urls:
2929
- tooltip/tooltip.html
3030
- widget/widget.html
3131

32-
flags:
33-
jquery:
32+
runs:
33+
jquery:
3434
- 3.7.1
3535
- 3.6.4
3636
- 2.2.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"scripts": {
4848
"build": "grunt build",
4949
"lint": "grunt lint",
50-
"test:server": "jtr serve -c jtr.yml",
51-
"test:unit": "jtr run -c jtr.yml",
50+
"test:server": "jtr serve",
51+
"test:unit": "jtr run",
5252
"test": "grunt && npm run test:unit -- -h"
5353
},
5454
"dependencies": {

0 commit comments

Comments
 (0)