Skip to content

Commit 155bddf

Browse files
committed
Test only mobx project on CI
1 parent 5adf02b commit 155bddf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
Xvfb -ac :99 -screen 0 1280x1024x16 &
2929
export DISPLAY=:99
30-
npm run test:ci
30+
npm run testci:mobxangular
3131
3232
- name: "Compare bundle sizes"
3333
uses: preactjs/compressed-size-action@2.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "ng build",
88
"build:mobx-angular": "ng build mobx-angular",
99
"test": "ng test --code-coverage",
10-
"test:ci": "ng test --watch=false --code-coverage",
10+
"testci:mobxangular": "ng test mobx-angular --watch=false --code-coverage",
1111
"lint": "ng lint",
1212
"e2e": "ng e2e",
1313
"prepare": "husky install"

0 commit comments

Comments
 (0)