Skip to content

Commit 41e7aa7

Browse files
committed
feat: Add step to list directories in test-dev-container workflow
This commit adds a new step to the test-dev-container workflow that lists all directories inside the "templates" folder. This will provide visibility into the available templates for testing purposes.
1 parent c51a479 commit 41e7aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-dev-container.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: List Dir
1717
id: list-dir
1818
uses: pnstack/actions/list-dir@main
19+
with:
20+
dir: "templates/*/"
1921

2022
loop:
2123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)