Skip to content

Commit bd4ed8b

Browse files
modified npm CI yml
1 parent b6d7ca8 commit bd4ed8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- run: dir
5858

5959
- run: npm i
60-
name: Running tests
6160

61+
name: Compile tests
62+
- run: npm run compile
63+
64+
name: Running tests
6265
- run: npm run test

0 commit comments

Comments
 (0)