diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index bb7065a..f424e39 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -99,4 +99,6 @@ jobs: if: ${{ always() }} continue-on-error: true run: | + ls -lh ./spec/fixtures/ + cat ./spec/fixtures/litmus_inventory.yaml bundle exec rake 'litmus:tear_down' \ No newline at end of file