This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit efd79da
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
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments