Fix CI: exclude test files from lint, mock db.js in jira test for runner env

This commit is contained in:
Jordan Ramos
2026-05-08 13:11:06 -06:00
parent 1b0fc072cc
commit 890d7b82dc
2 changed files with 6 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ install-frontend:
lint-frontend:
stage: lint
script:
- cd frontend && npx eslint src/ --max-warnings 0
- cd frontend && npx eslint src/ --ignore-pattern '**/__tests__/**' --ignore-pattern '**/*.test.js' --max-warnings 0
needs:
- install-frontend