Skip to content

Commit 843ea39

Browse files
[fix] Update i18n workflow for PNPM/Nx compatibility (#5266)
Remove explicit file arguments from collect-i18n command as the new Nx e2e setup uses playwright config with testMatch pattern to automatically find test files. The command 'pnpm collect-i18n -- scripts/collect-i18n-general.ts' was failing because Nx e2e doesn't accept file arguments in the same way. Fixes workflow failure in release PR #5263
1 parent c3c2681 commit 843ea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm dev:electron &
3535
working-directory: ComfyUI_frontend
3636
- name: Update en.json
37-
run: pnpm collect-i18n -- scripts/collect-i18n-general.ts
37+
run: pnpm collect-i18n
3838
env:
3939
PLAYWRIGHT_TEST_URL: http://localhost:5173
4040
working-directory: ComfyUI_frontend

0 commit comments

Comments
 (0)