File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [ push, pull_request ]
44
55jobs :
66 build :
7- runs-on : ubuntu -latest
7+ runs-on : macOS -latest
88
99 steps :
1010 - name : Checkout repository
1919 - name : Install dependencies
2020 run : npm install
2121
22+ - name : Clear cache
23+ run : npm cache clean --force
24+
2225 - name : Run Jest tests
2326 env :
2427 TEST_TELEGRAM_TOKEN : ${{ secrets.TEST_TELEGRAM_TOKEN }}
Original file line number Diff line number Diff line change 77 "main" : " dist/index.js" ,
88 "types" : " dist/index.d.ts" ,
99 "scripts" : {
10- "test" : " jest --detectOpenHandles --coverage" ,
10+ "test" : " jest --runInBand --verbose -- detectOpenHandles --coverage" ,
1111 "lint" : " eslint '{src,tests}/**/*.ts'" ,
1212 "format" : " prettier --write '{src,tests}/**/*.ts'" ,
1313 "format:check" : " prettier --check '{src,tests}/**/*.ts'" ,
You can’t perform that action at this time.
0 commit comments