diff options
Diffstat (limited to 'test/hugo/scenarios.json')
-rw-r--r-- | test/hugo/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/hugo/scenarios.json b/test/hugo/scenarios.json new file mode 100644 index 0000000..4c093df --- /dev/null +++ b/test/hugo/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_hugo_extended": { + "image": "mcr.microsoft.com/devcontainers/base", + "features": { + "hugo": { + "version": "latest", + "extended": true + } + } + } +}
\ No newline at end of file |