File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
- run : npm ci
24
24
- run : npm run build:tsc
25
25
- run : npm run build:package
26
+ - run : npm ci
27
+ working-directory : ./tests
26
28
- run : npm test
29
+ working-directory : ./tests
27
30
- run : node scripts/npm-publish.mjs
28
31
env :
29
32
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 26
26
- run : npm ci
27
27
- run : npm run build:tsc
28
28
- run : npm run build:lib
29
+ - run : npm ci
30
+ working-directory : ./tests
29
31
- run : npm test
32
+ working-directory : ./tests
Original file line number Diff line number Diff line change 15
15
"build:tsc" : " tsc" ,
16
16
"build:lib" : " node dist/build/build.js" ,
17
17
"build:package" : " node dist/build/package.js" ,
18
- "test" : " echo 'Tests are temporally disabled' "
18
+ "test" : " echo 'Please run tests in the tests/ directory' && exit 1 "
19
19
},
20
20
"keywords" : [],
21
21
"author" : " uhyo <uhyo@uhy.ooo>" ,
27
27
"types" : []
28
28
}
29
29
}
30
- }
30
+ }
You can’t perform that action at this time.
0 commit comments