tests: implemented tasks tests for engine.#Push

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-20 17:31:04 -08:00
parent 9d3cd180a2
commit 13dafb7341
2 changed files with 72 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ setup() {
"$DAGGER" --europa up ./pull_auth.cue
}
@test "task: #Push" {
cd "$TESTDIR"/tasks/push
"$DAGGER" --europa up ./push.cue
}
@test "task: #ReadFile" {
cd "$TESTDIR"/tasks/readfile
"$DAGGER" --europa up