diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c1f2639..e773198 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,17 +12,17 @@ jobs: run: | ls ${{ gitea.workspace }} - name: Build new package - - run: make build + run: make build - name: Install package - - run: make install + run: make install - name: Run application - - run: make run + run: make run - name: Test application - - run: make test + run: make test - name: Push new packages - - run: git add . - - run: git config --global user.email "bot@molodetz.com" - - run: git config --global user.name "bot" - - run: git commit -a -m "New build." - - run: git push + run: git add . + run: git config --global user.email "bot@molodetz.com" + run: git config --global user.name "bot" + run: git commit -a -m "New build." + run: git push