File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 api_key : ${{ secrets.DD_API_KEY }}
7575 - run : npm run test
7676 env :
77- NODE_OPTIONS : - r ${{ env.DD_TRACE_PACKAGE }}
77+ NODE_OPTIONS : " --max-old-space-size=8192 - r ${{ env.DD_TRACE_PACKAGE }}"
7878 - name : Coveralls
7979 uses : coverallsapp/github-action@master
8080 with :
Original file line number Diff line number Diff line change 1818 "server-dev" : " ts-node-dev --poll --respawn --transpile-only --inspect=0.0.0.0 -r dotenv/config -- src/server/index.ts" ,
1919 "docker-dev" : " concurrently \" npm run server-dev\" \" npm run client-dev\" " ,
2020 "dev" : " docker compose -f docker-compose.yml up --build" ,
21- "test" : " jest --collectCoverage " ,
21+ "test" : " jest" ,
2222 "test:ci" : " jest --coverage && coveralls < coverage/lcov.info" ,
2323 "test:e2e" : " testcafe chrome ./test/end-to-end --app \" npm run dev\" --app-init-delay 270000" ,
2424 "test:e2e-headless" : " testcafe chrome:headless ./test/end-to-end --app \" npm run dev\" --app-init-delay 270000" ,
You can’t perform that action at this time.
0 commit comments