From 724151c5fc584c5293a5001640828b9b83661941 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 15 Sep 2022 10:30:49 -0500 Subject: [PATCH] Debug. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d9d3db..f97189e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,9 @@ jobs: - name: Install test dependencies. run: pip3 install ansible molecule[docker] docker + - name: Tests + run: modprobe configs + - name: Run Molecule tests. run: molecule test env: