From fea8a8c774d30fd45646f9441057f5a8f9557c37 Mon Sep 17 00:00:00 2001 From: Anarion Date: Sat, 24 Feb 2024 17:44:09 +0100 Subject: [PATCH] Add debug --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eda3324579..cfd5bdec23 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -31,9 +31,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Molecule Test - uses: gofrolist/molecule-action@v2.7.8 + uses: gofrolist/molecule-action@v2 with: - molecule_options: --base-config ../../tests/molecule/base.yml + molecule_options: --debug --base-config ../../tests/molecule/base.yml molecule_command: test molecule_working_dir: ${{ matrix.role }} env: