From 64f14a77ae55ecda5fe293248011f6d36b1d198d Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sun, 7 Apr 2024 19:20:58 +0300 Subject: [PATCH] fixes debug v1 --- .github/workflows/molecule_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule_test.yml b/.github/workflows/molecule_test.yml index 56e3b1f..666073d 100644 --- a/.github/workflows/molecule_test.yml +++ b/.github/workflows/molecule_test.yml @@ -22,7 +22,7 @@ jobs: - name: Ls run: ls -lh - name: molecule - uses: buluma/molecule-action@v24.2.0 + uses: robertdebock/molecule-action@6.0.1 with: path: ./roles/bareos command: "--debug test"