ff6c7d1c1f
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
10 lines
125 B
Bash
10 lines
125 B
Bash
setup() {
|
|
load 'helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "task: #Pull" {
|
|
cd "$TESTDIR"/tasks/pull
|
|
dagger --europa up
|
|
} |