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: