refactor: rework ci and testing #3

Merged
xoxys merged 14 commits from refactor-ci into main 2023-01-31 19:09:30 +00:00
Showing only changes of commit f1fe758f91 - Show all commits

View File

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