From 99724aa01f03bfd7fb7430760a58540d83de7730 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sun, 7 Apr 2024 19:41:11 +0300 Subject: [PATCH] fixes debug v1 --- .github/workflows/molecule_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule_test.yml b/.github/workflows/molecule_test.yml index 4193101..78ba36a 100644 --- a/.github/workflows/molecule_test.yml +++ b/.github/workflows/molecule_test.yml @@ -24,7 +24,7 @@ jobs: - name: Ls run: tree - name: molecule - uses: monolithprojects/action-molecule@v1.4.1 + uses: robertdebock/molecule-action@6.0.1 with: path: ${{ github.repository }}/roles/bareos - molecule_command: test -v 2 + command: "--debug test"