Skip to content

Commit 6d2cd79

Browse files
committed
Print more info about the directory structure
1 parent 0b5906f commit 6d2cd79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
restore-keys: |
2222
Library-
2323
24+
- name: copy dir to new dir
25+
run: |
26+
pwd
27+
find .
28+
find Demo~/
2429
# Test
2530
- name: Run tests
2631
uses: game-ci/unity-test-runner@v4

0 commit comments

Comments
 (0)