engine.#ReadFile

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-12-13 17:48:32 +01:00
parent b25984dad9
commit dd2fef8a2d
7 changed files with 96 additions and 0 deletions

View File

@@ -7,4 +7,9 @@ setup() {
@test "task: #Pull" {
cd "$TESTDIR"/tasks/pull
dagger --europa up
}
@test "task: #ReadFile" {
cd "$TESTDIR"/tasks/readfile
dagger --europa up
}