Commit 1b713ce9 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'scope-css-visual' into 'master'

Scope gitlab:ui:visual pipeline job to css only changes

Closes #58514

See merge request gitlab-org/gitlab-ce!25755
parents 154720ca 91805098
......@@ -686,6 +686,11 @@ gitlab:ui:visual:
- cd gitlab-ui
- yarn install
- CSS_URL=./application.css yarn test
only:
changes:
- app/assets/stylesheets/*.scss
- app/assets/stylesheets/**/*.scss
- app/assets/stylesheets/**/**/*.scss
artifacts:
paths:
- tests/__image_snapshots__/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment