generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ftltest config: use ConfigPaths with envar fallback (#1543)
Fixes #1502. Adds tests to ensure we're correctly falling back to the config in `FTL_CONFIG` and to `ftl-project.toml` in the gitroot.
- Loading branch information
Showing
3 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ftl-min-version = "" | ||
|
||
[global] | ||
[global.configuration] | ||
config = "inline://ImJhemJheiI" | ||
[global.secrets] | ||
secret = "inline://ImJhemJheiI" | ||
|
||
[executables] | ||
ftl = "" | ||
|
||
[commands] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters