mirror of
https://github.com/slimtoolkit/slim.git
synced 2025-06-03 04:00:23 +00:00

* Remove forgotten debug output * [debug] Execute everything after -- as CMD and exit This commit modifies how the debug command works slightly: instead of setting CMD via a CLI flag, the debug command will instead use the default from the image or consume everything after -- and execute that * [test] Initialize bats & bats support libraries * [test] Add a very simple bats test for the debug command * Add dependabot config to update git submodules automatically * Add a github action run executing the bats tests
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
[submodule "test/bats"]
|
|
path = test/bats
|
|
url = https://github.com/bats-core/bats-core.git
|
|
[submodule "test/test_helper/bats-support"]
|
|
path = test/test_helper/bats-support
|
|
url = https://github.com/bats-core/bats-support.git
|
|
[submodule "test/test_helper/bats-assert"]
|
|
path = test/test_helper/bats-assert
|
|
url = https://github.com/bats-core/bats-assert.git
|