fix(tests): Update documentation fix(tests): Enable kubernetes tests Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
always
# Install dependancies yarn --cwd . install # Run all tests yarn --cwd . test
By default, the dagger binary is expected to be found in ../cmd/dagger/dagger relative to the tests directory.
dagger
../cmd/dagger/dagger
tests
If you need to change this, pass along DAGGER_BINARY=somewhere/dagger
DAGGER_BINARY=somewhere/dagger