Specify nx output style in CI (#32500)
to avoid confusing the gha logger Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b3ca5c73c3
commit
d684945877
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@@ -9,6 +9,8 @@ on:
|
||||
concurrency:
|
||||
group: ${{ github.repository_owner }}-${{ github.workflow }}-${{ github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
env:
|
||||
NX_DEFAULT_OUTPUT_STYLE: static
|
||||
permissions: {}
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user