Skip to content

Commit

Permalink
set log-level to debug for all tests
Browse files Browse the repository at this point in the history
This commit is used for testing the workflow parameter for the log-level
It will be reverted before merging

Signed-off-by: Paul Gaiduk <[email protected]>
  • Loading branch information
europaul authored and uncleDecart committed Nov 11, 2024
1 parent 5721038 commit 39bc844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
eve_log_level:
type: string
required: false
default: 'info'
default: 'debug'
eve_artifact_name:
type: string
artifact_run_id:
Expand All @@ -29,7 +29,7 @@ on: # yamllint disable-line rule:truthy
eve_log_level:
type: string
required: false
default: 'info'
default: 'debug'
eve_artifact_name:
type: string
artifact_run_id:
Expand Down

0 comments on commit 39bc844

Please sign in to comment.