Let GH actions fail if the licenses are missing

This commit is contained in:
Pieter Vander Vennet 2021-04-10 15:39:00 +02:00
parent 3c0c4e875c
commit f96c440319
3 changed files with 23 additions and 5 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Compile license info
run: npm run generate:licenses
run: npm run validate:licenses
- name: Compile and validate themes and layers
run: npm run generate:layeroverview
run: npm run validate:layeroverview