Revert the matrix
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-12 16:34:26 +13:00
parent cd3548f1cc
commit f3dc59d47f

View File

@@ -1,9 +1,7 @@
matrix: matrix:
include: MOLECULE_DISTRO:
- MOLECULE_DISTRO: centos7 - centos7
MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd - almalinux8
- MOLECULE_DISTRO: almalinux8
MOLECULE_DOCKER_COMMAND: ""
steps: steps:
test: test:
@@ -18,6 +16,8 @@ steps:
commands: commands:
- molecule test --all - molecule test --all
when: when:
event: push event:
- push
- manual
depends_on: depends_on:
- lint - lint