Skip to content

Commit

Permalink
Ensure constants-generator script is called with verbose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Mar 23, 2023
1 parent adc9f9a commit 65f6e9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/propagate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- # === Preprocess ===
name: Preprocess
shell: bash
run: state run preprocess
run: state run preprocess -v

- # === Propagate PR ===
name: Propagate PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65f6e9f

Please sign in to comment.