Add tests against reading config files (#2682)
* Add tests * Use test tables * Rename test config to better show its purpose * Use temporary environment for testing * Check also expansion with curly braces --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent
326d516f64
commit
404620bd4c
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
--artifact-server-path $FAKEPWD/.artifacts
|
||||
--env FOO=prefix/${FOO}/suffix
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
--container-architecture=linux/amd64
|
||||
--action-offline-mode
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
--container-options --volume /foo:/bar --volume /baz:/qux --volume /tmp:/tmp
|
||||
Reference in New Issue
Block a user