Skip to content

Commit

Permalink
try including configdocsgenerator 4
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Dec 2, 2024
1 parent 4437c19 commit ed8b32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configurationserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
continue-on-error: true
with:
project: inspectIT/inspectit-ocelot-configuration-server
path: '$(find ./components/ -type f -name "inspectit-ocelot-config*.jar" | tr '\n' ' ')'
path: "$(find ./components/ -type f -name 'inspectit-ocelot-config*.jar' | tr '\n' ' ')"
format: 'HTML'
args: >
--disableAssembly
Expand Down

0 comments on commit ed8b32a

Please sign in to comment.