File tree Expand file tree Collapse file tree 6 files changed +350
-373
lines changed
Expand file tree Collapse file tree 6 files changed +350
-373
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,14 +12,12 @@ jobs:
1212 node-version : [10.x, 12.x, 14.x]
1313
1414 steps :
15- - uses : actions/checkout@v2
16- - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v1
18- with :
19- node-version : ${{ matrix.node-version }}
20- - name : Install deps and build (with cache)
21- uses : bahmutov/npm-install@v1
22- - name : Test package
23- run : yarn tsdx test
24- env :
25- VMS_LOCAL_FILE_PATH : src/testHelpers/files/vms.wav
15+ - uses : actions/checkout@v2
16+ - name : Use Node.js ${{ matrix.node-version }}
17+ uses : actions/setup-node@v1
18+ with :
19+ node-version : ${{ matrix.node-version }}
20+ - name : Install deps and build (with cache)
21+ uses : bahmutov/npm-install@v1
22+ - name : Test package
23+ run : yarn tsdx test
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ build: ## build
3737build-watch : # # build with watch
3838 ${DOCKER_RUN_NODE} yarn start
3939
40- test-lib : # # run test
41- ${DOCKER_RUN} --env-file ./.env.test ${NODE_IMAGE } yarn test
40+ test : # # run test
41+ ${DOCKER_RUN_NODE } yarn test
Original file line number Diff line number Diff line change 1313 "build" : " tsdx build" ,
1414 "lint" : " eslint ." ,
1515 "start" : " tsdx watch" ,
16- "test" : " env-cmd -f .env.test tsdx test --runInBand"
16+ "test" : " tsdx test --runInBand"
1717 },
1818 "dependencies" : {
1919 "axios" : " ^0.19.2" ,
2525 "@types/uuid" : " ^8.3.0" ,
2626 "@typescript-eslint/eslint-plugin" : " ^3.9.0" ,
2727 "@typescript-eslint/parser" : " ^3.9.0" ,
28- "env-cmd" : " ^10.1.0" ,
2928 "eslint" : " ^7.6.0" ,
3029 "eslint-config-prettier" : " ^6.11.0" ,
3130 "eslint-config-standard" : " ^14.1.1" ,
You can’t perform that action at this time.
0 commit comments