list source folder

This commit is contained in:
Schmieder, Jacob
2024-05-16 08:03:14 +00:00
parent 7e800294e9
commit 542526b643
+3 -1
View File
@@ -29,7 +29,9 @@ jobs:
repository_name: "scraibe"
repository_url: "https://test.pypi.org/legacy/"
- name: Get list of available folders after checkout
run: ls -l
run: |
cd source
ls -l
test-install: