Skip to content

Commit 294338f

Browse files
Get submodule details, exclude node_modules from tree command
1 parent 7d6cf33 commit 294338f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ jobs:
2424
- name: Install Submodules
2525
run: git submodule update
2626

27+
- name: Get submodule details
28+
run: git submodule status
29+
2730
- name: TEST
28-
run: tree
31+
run: tree -I node_modules

0 commit comments

Comments
 (0)