mirror of
https://github.com/go-task/task.git
synced 2025-11-27 22:38:20 +02:00
add env example
This commit is contained in:
@@ -295,6 +295,14 @@ func TestSecretVars(t *testing.T) {
|
||||
),
|
||||
WithTask("test-deferred-secret"),
|
||||
)
|
||||
NewExecutorTest(t,
|
||||
WithName("env secret limitation"),
|
||||
WithExecutorOptions(
|
||||
task.WithDir("testdata/secrets"),
|
||||
),
|
||||
WithTask("test-env-secret-limitation"),
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
func TestRequires(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user