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 bc84ab20ea - Show all commits

View File

@ -118,7 +118,7 @@ steps:
- 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/
- name: checksum
image: alpine
@ -226,6 +226,6 @@ depends_on:
---
kind: signature
hmac: e13ec0f71bb6c29530344335056ad14820d4028a28e6e74b40de0db2afbfe568
hmac: 73306cf1a763c7ef338c1418bf53fc5155fe5f0681ede8b9c93dbd245e560194
...