Skip to content

Commit

Permalink
🔧 add check licenses gitlab stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Feb 7, 2020
1 parent 5cf626f commit a8708d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ npm-e2e:
- yarn
- yarn test:e2e:npm

check-licenses:
stage: test
tags: ['runner:main', 'size:large']
image: $CI_IMAGE
script:
- node --no-warnings scripts/check-licenses.js

unit-cbt:
except:
refs:
Expand Down

0 comments on commit a8708d4

Please sign in to comment.