File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/actions/code-pushup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 run : npx tsx .github/actions/code-pushup/src/runner.ts
1818 shell : bash
1919 env :
20- TSX_TSCONFIG_PATH : .github/actions/code-pushup/tsconfig.json
20+ TSX_TSCONFIG_PATH : ${{ github.workspace }}/ .github/actions/code-pushup/tsconfig.json
2121 GH_TOKEN : ${{ inputs.token }}
2222 MODE : ${{ inputs.mode }}
Original file line number Diff line number Diff line change 7474 },
7575 "unit-test" : {
7676 "cache" : true ,
77- "inputs" : [" default" , " test-vitest-inputs" ],
77+ "inputs" : [" default" , " ^production " , " test-vitest-inputs" ],
7878 "outputs" : [
7979 " {workspaceRoot}/coverage/{projectName}/unit-tests/lcov.info"
8080 ],
8888 },
8989 "int-test" : {
9090 "cache" : true ,
91- "inputs" : [" default" , " test-vitest-inputs" ],
91+ "inputs" : [" default" , " ^production " , " test-vitest-inputs" ],
9292 "outputs" : [" {workspaceRoot}/coverage/{projectName}/int-tests/lcov.info" ],
9393 "executor" : " @nx/vite:test" ,
9494 "options" : {
You can’t perform that action at this time.
0 commit comments