Skip to content

Commit 59ab926

Browse files
committed
ci: set tsconfig path in variables
1 parent 769d5df commit 59ab926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ runs:
1515
shell: bash
1616
working-directory: .github/actions/code-pushup
1717
- name: Run Node script
18-
run: npx tsx --tsconfig .github/actions/code-pushup/tsconfig.json .github/actions/code-pushup/src/runner.ts
18+
run: npx tsx .github/actions/code-pushup/src/runner.ts
1919
shell: bash
2020
env:
21+
TSX_TSCONFIG_PATH: .github/actions/code-pushup/tsconfig.json
2122
GH_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)