Skip to content

Commit

Permalink
define debug_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce authored Jan 25, 2024
1 parent 9280a2e commit 2a07ae4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
required: false
type: string
default: "/app/samvera/hyrax-webapp/solr/config"
debug_enabled:
required: false
type: boolean
default: false
rspec_cmd:
required: false
type: string
Expand Down Expand Up @@ -50,6 +54,10 @@ on:
required: false
type: string
default: "/app/samvera/hyrax-webapp/solr/config"
debug_enabled:
required: false
type: boolean
default: false
rspec_cmd:
required: false
type: string
Expand Down

0 comments on commit 2a07ae4

Please sign in to comment.