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
This commit is contained in:
commit
1b713ce958
1 changed files with 5 additions and 0 deletions
|
@ -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__/
|
||||
|
|
Loading…
Reference in a new issue