Skip to content

Commit

Permalink
bug: Fix verbose logging in GitHub Workflow
Browse files Browse the repository at this point in the history
Closes: #202
Signed-off-by: Patrick Lang <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Patrick Lang authored and perexg committed Oct 15, 2024
1 parent 71408e4 commit 5a0815a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Validate syntax
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 verify
make V=2 verify
- name: Validate configurations
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 configs
make V=2 configs

0 comments on commit 5a0815a

Please sign in to comment.