Skip to content

Commit

Permalink
tmp list directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 26, 2024
1 parent 66a4245 commit 6b36c22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b36c22

Please # to comment.