Fix workflows

This commit is contained in:
pietervdvn 2021-05-11 00:00:00 +02:00
parent 06cf06f4e8
commit 9f3b1934b4
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,9 @@ jobs:
- name: create stub themes
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
- name: generate translations
run: npm run generate:translations
- name: Compile license info
run: npm run generate:licenses
@ -62,4 +65,4 @@ jobs:
env.VALIDATION_FAILED == 'true'
with:
message: "cat layer_report.txt missing_licenses.txt"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -24,6 +24,8 @@ jobs:
- name: create stub themes
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
- name: generate translations
run: npm run generate:translations
- name: Compile license info
run: npm run validate:licenses