add missing cfg file
Some checks failed
Lint / golangci-lint (push) Successful in 10m24s
Declarative Tests / test (push) Successful in 35s
Declarative Tests / build-fedora (push) Failing after 2m30s
Declarative Tests / build-ubuntu-focal (push) Failing after 1m14s

This commit is contained in:
Matthew Rich 2024-09-27 17:21:19 +00:00
parent 37333fc120
commit 09a695d1d9
2 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func TestCliConfigCommand(t *testing.T) {
t.Skip("cli not built") t.Skip("cli not built")
} }
yaml, cliErr := exec.Command("./jx", "config", "file://examples/config/file.cfg.jx.yaml").Output() yaml, cliErr := exec.Command("./jx", "config", "file://examples/config/file.jx.yaml").Output()
if cliErr != nil { if cliErr != nil {
slog.Info("Debug CLI error", "error", cliErr, "stderr", cliErr.(*exec.ExitError).Stderr) slog.Info("Debug CLI error", "error", cliErr, "stderr", cliErr.(*exec.ExitError).Stderr)
} }

View File

@ -0,0 +1,4 @@
configurations:
- name: myfiles
values:
prefix: /home/testuser