Skip to content

Commit c6a13c7

Browse files
committed
feat: add local GitHub Action for testing CI changes
1 parent d35dea4 commit c6a13c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ runs:
2222
run: npx nx build models utils ci
2323
shell: bash
2424
- name: Run Node script
25-
run: npx tsx .github/actions/code-pushup/src/runner.ts
25+
run: npx tsx --tsconfig .github/actions/code-pushup/tsconfig.json .github/actions/code-pushup/src/runner.ts
2626
shell: bash
27-
env:
28-
TSX_TSCONFIG_PATH: .github/actions/code-pushup/tsconfig.json

0 commit comments

Comments
 (0)