From 4ebdb0065fe27327329cde7dd36eee15969b86f7 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Tue, 21 May 2024 13:40:09 +0200 Subject: [PATCH] Debug --- .github/workflows/irods-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/irods-integration.yml b/.github/workflows/irods-integration.yml index 620c812..24c3e19 100644 --- a/.github/workflows/irods-integration.yml +++ b/.github/workflows/irods-integration.yml @@ -48,5 +48,6 @@ jobs: - run: pip install -U ansible==${{ matrix.ansible }} - run: pip install -r ${{ env.REQUIREMENTS_FILE }} - run: ansible-galaxy install -r requirements.yml + - run: docker run --rm ubuntu:jammy cat /etc/hosts - name: Run molecule tests run: molecule -vvv test