Skip to content
Snippets Groups Projects
Unverified Commit fe501169 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Improve FE sources glob pattern to exclude unit tests (#30639)

parent 51c46658
No related merge requests found
......@@ -14,8 +14,8 @@ shared_specs: &shared_specs
frontend_sources: &frontend_sources
- *shared_sources
- "enterprise/frontend/**"
- "frontend/!(test)/**"
- "enterprise/frontend/!(test)**/**/{!(*.spec),}.{js,jsx,ts,tsx,css}"
- "frontend/!(test)**/**/{!(*.spec),}.{js,jsx,ts,tsx,css}"
- "yarn.lock"
- "**/tsconfig*.json"
- "package.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment