Add #Push definition and tests

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-05-13 18:52:22 +02:00
parent 24aee99ba9
commit 8ce8e8e01f
8 changed files with 132 additions and 42 deletions

View File

@@ -17,12 +17,4 @@ setup() {
run curl -sS "$deployUrl"
assert_success
assert_output --partial "Todo App"
}
@test "example: docker" {
skip_unless_file_exist "$TESTDIR"/examples/docker/Dockerfile
"$DAGGER" new --plan-dir "$TESTDIR"/../examples/docker/ docker
"$DAGGER" input dir source "$TESTDIR"/examples/docker/ -e "docker"
"$DAGGER" up -e "docker"
}