olivetin/integration-tests/tests/envTemplateIcon/config.yaml

15 lines
292 B
YAML

#
# Integration Test Config: envTemplateIcon
# Tests that .Env template variable works in icon field
#
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
logLevel: "DEBUG"
checkForUpdates: false
actions:
- title: Test Action with Env Icon
shell: echo "test"
icon: "{{ .Env.ADGUARD_ICON }}"