Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit efd79da

Browse files
committed
fix: [#14] add .gitkeep to preserve application/config/templates directory structure
The GitHub Actions CI was failing because the application/config/templates directory wasn't being tracked by Git (empty directories are not tracked). The application unit tests expect this directory to exist. Fixes failing workflow: - application/tests/test-unit-application.sh checks for 'config' directory - Empty directories are not preserved during git checkout - Added .gitkeep to ensure directory structure is maintained This resolves the CI failure: 'Required application path missing: config'
1 parent e505846 commit efd79da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file ensures the templates directory is tracked by Git
2+
# Template files for application configuration will be stored here
3+
# as part of the twelve-factor app configuration management system

0 commit comments

Comments
 (0)