diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 68239a15..466a0625 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -68,6 +68,11 @@ jobs: pytest tests/ $PYTEST_FLAGS + - name: List directories + if: ${{ matrix.os == 'ubuntu-latest' }} + run: | + ls -la ${{ env.OUTPUT_DIRECTORY }}/TestMDAKit_with_host_MDAnalysis_condaforge-deps_and_ReadTheDocs/mdakit-cookie + - name: Run cookie CI if: ${{ matrix.os == 'ubuntu-latest' }} uses: ./.github/actions/run-cookie-ci