Skip to content

Commit a863abb

Browse files
committed
ci(local-action): fix invalid tsconfig paths in tests with mocked process.cwd()
1 parent 7a2bc4c commit a863abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/code-pushup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ runs:
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 }}

0 commit comments

Comments
 (0)