diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index c942042..c9a3f6c 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -22,6 +22,10 @@ jobs: with: path: repository submodules: recursive + build: + runs-on: docker + name: Build + steps: - run: echo $PWD && ls -la && cd repository && docker build . \ No newline at end of file