From 65f6e9f14f0af7562a57a86c1c0e30ebadc9c0cf Mon Sep 17 00:00:00 2001 From: daved Date: Thu, 23 Mar 2023 15:20:27 -0700 Subject: [PATCH] Ensure constants-generator script is called with verbose in CI --- .github/workflows/build.yml | 4 ++-- .github/workflows/propagate.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bad015f24..930c47f0da 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: name: Preprocess shell: bash timeout-minutes: 3 - run: state run preprocess + run: state run preprocess -v - # === Parallel Tasks === name: Parallel Tasks @@ -432,7 +432,7 @@ jobs: - # === Preprocess === name: Preprocess shell: bash - run: state run preprocess + run: state run preprocess -v - # === Cleanup Build Dir === name: Cleanup Build Dir diff --git a/.github/workflows/propagate.yml b/.github/workflows/propagate.yml index 388b2eb8d9..07d5fbbe9d 100644 --- a/.github/workflows/propagate.yml +++ b/.github/workflows/propagate.yml @@ -60,7 +60,7 @@ jobs: - # === Preprocess === name: Preprocess shell: bash - run: state run preprocess + run: state run preprocess -v - # === Propagate PR === name: Propagate PR diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdc220cad7..4072a5511e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: name: Preprocess shell: bash timeout-minutes: 1 - run: state run preprocess + run: state run preprocess -v - # === Build Remote Installer === name: Build Remote Installer diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 27c471d441..f8b16434f3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -62,7 +62,7 @@ jobs: - # === Preprocess === name: Preprocess shell: bash - run: state run preprocess + run: state run preprocess -v - # === Set Target PR & FixVersion === name: Set Target PR and FixVersion