diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index d734959..41e2d2c 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -38,4 +38,4 @@ jobs: earthly org select me-2625 earthly sat select alpha - name: run the earthly hello world - run: earthly github.com/earthly/hello-world:main+hello \ No newline at end of file + run: earthly --verbose github.com/earthly/hello-world:main+hello \ No newline at end of file