From 4c63cec02324840ea63567400819cf6a5b1ae4e6 Mon Sep 17 00:00:00 2001 From: kogeler Date: Fri, 24 May 2024 14:56:02 +0300 Subject: [PATCH] test ci Signed-off-by: kogeler --- .github/workflows/reusable-molecule.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 3770940..a7e4af5 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-22.04 env: DRIVER: ${{ inputs.molecule-driver }} - #DOCKER_HOST: "unix:///run/docker.sock" steps: - name: Checkout uses: actions/checkout@v4 @@ -49,12 +48,6 @@ jobs: yamllint . ansible-lint working-directory: "${{ github.repository }}/roles/${{ inputs.role-name }}" - - name: debug - if: ${{ env.MOLECULE_IS_PRESENT }} - run: | - sudo docker info - env - docker info - name: Run molecule tests if: ${{ env.MOLECULE_IS_PRESENT }} run: molecule --debug test --all