Skip to content

Commit 5e950a6

Browse files
debug statements in workflow file
1 parent 939777d commit 5e950a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test_package_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
- name: Install package with dev and documentation groups
9191
run: poetry install --with dev,documentation
9292

93+
- name: Debug dist contents
94+
run: |
95+
cd $GITHUB_WORKSPACE
96+
ls -l
97+
98+
9399
- name: Build documentation
94100
run: ./docs/build_doc.sh
95101

0 commit comments

Comments
 (0)