refactor: rework ci and testing #3

Merged
xoxys merged 14 commits from refactor-ci into main 2023-01-31 20:09:30 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f1fe758f91 - Show all commits

View File

@ -95,7 +95,7 @@ local PipelineBuild = {
'pip install poetry -qq',
'poetry config experimental.new-installer false',
'poetry install',
'ansible-galaxy collection build --output-path dist/',
'poetry run ansible-galaxy collection build --output-path dist/',
],
},
{