Skip to content

Commit

Permalink
feat: Add step to list directories in test-dev-container workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
npv2k1 committed Feb 2, 2024
1 parent c51a479 commit 41e7aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: List Dir
id: list-dir
uses: pnstack/actions/list-dir@main
with:
dir: "templates/*/"

loop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41e7aa7

Please sign in to comment.