From 9f3b1934b422f21b670a4f852b54bb05e7dd600f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 11 May 2021 00:00:00 +0200 Subject: [PATCH] Fix workflows --- .github/workflows/pull_request_check.yml | 5 ++++- .github/workflows/theme_validation.yml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index efc2907437..98924bda14 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index 4af37cfb37..6de6e1cb22 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -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