Skip to content

Commit c676445

Browse files
committed
test(submodules): remove the need for a jtr-branch on submodules
- also update submodules
1 parent 027671a commit c676445

File tree

8 files changed

+40
-8
lines changed

8 files changed

+40
-8
lines changed

.github/workflows/jquery-migrate.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38+
- name: Install jQuery Migrate dependencies
39+
working-directory: test/jquery-migrate
40+
run: npm install
41+
42+
- name: Install local JTR
43+
working-directory: test/jquery-migrate
44+
run: npm install -D ../../
45+
3846
- name: Run jQuery Migrate tests
3947
working-directory: test/jquery-migrate
40-
run: npm it
48+
run: npm test

.github/workflows/jquery-mousewheel.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38+
- name: Install jQuery Mousewheel dependencies
39+
working-directory: test/jquery-mousewheel
40+
run: npm install
41+
42+
- name: Install local JTR
43+
working-directory: test/jquery-mousewheel
44+
run: npm install -D ../../
45+
3846
- name: Run jQuery Mousewheel tests
3947
working-directory: test/jquery-mousewheel
40-
run: npm it
48+
run: npm test

.github/workflows/jquery-ui.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38+
- name: Install jQuery UI dependencies
39+
working-directory: test/jquery-ui
40+
run: npm install
41+
42+
- name: Install local JTR
43+
working-directory: test/jquery-ui
44+
run: npm install -D ../../
45+
3846
- name: Run jQuery UI tests
3947
working-directory: test/jquery-ui
40-
run: npm it
48+
run: npm test

.github/workflows/jquery.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38+
- name: Install jQuery dependencies
39+
working-directory: test/jquery
40+
run: npm install
41+
42+
- name: Install local JTR
43+
working-directory: test/jquery
44+
run: npm install -D ../../
45+
3846
- name: Run jQuery tests
3947
working-directory: test/jquery
40-
run: npm install && npm run test:browser -- -v
48+
run: npm run test:browser -- -v

test/jquery-migrate

Submodule jquery-migrate updated 76 files

0 commit comments

Comments
 (0)