Skip to content

Commit

Permalink
chore: making wash new silent
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes committed Dec 13, 2024
1 parent 6106d83 commit ae8d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
cd $RUNNER_TEMP
rm -rf sample-component || true
wash new component -p $GITHUB_WORKSPACE/templates/components/${{ matrix.template-name }}
wash new component --silent --path $GITHUB_WORKSPACE/templates/components/${{ matrix.template-name }}
cd sample-component
wash build
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
Expand Down

0 comments on commit ae8d505

Please sign in to comment.