Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed May 24, 2024
1 parent 07f6b81 commit 4c63cec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c63cec

Please sign in to comment.