Fix workflows
This commit is contained in:
parent
06cf06f4e8
commit
9f3b1934b4
2 changed files with 6 additions and 1 deletions
5
.github/workflows/pull_request_check.yml
vendored
5
.github/workflows/pull_request_check.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/theme_validation.yml
vendored
2
.github/workflows/theme_validation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue