Skip to content

Commit 4b4a258

Browse files
committed
Fix CI test path for parser tests
Update GitHub Actions workflow to use the correct test file path. The run command was changed from `test/test-parsers.ts` to `tests/test-parsers.ts` so the CI job runs the actual parser tests and avoids a file-not-found error.
1 parent 997364b commit 4b4a258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: npm run compile
2727

2828
- name: Run parser tests
29-
run: npx ts-node --project server/tsconfig.json test/test-parsers.ts
29+
run: npx ts-node --project server/tsconfig.json tests/test-parsers.ts

0 commit comments

Comments
 (0)