Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 2463e3a

Browse files
committed
update github action checks to new way of running test suites
1 parent b16be61 commit 2463e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/extra-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Install modules
1212
run: npm install
1313
- name: Run extra tests
14-
run: npm run extra-tests
14+
run: npm test -- --selectProjects extra

.github/workflows/mandatory-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
- name: Install modules
99
run: npm install
1010
- name: Run mandatory tests
11-
run: npm test
11+
run: npm test -- --selectProjects mandatory

0 commit comments

Comments
 (0)