From 72a0ab606896e286b832cc9747203ee3a5031527 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 3 Dec 2024 04:02:36 +0100 Subject: [PATCH] Made build nicer. --- .gitea/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8077b3e..c1f2639 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: devranta async devRant api client build and test on: [push] jobs: - build: + Build: runs-on: ubuntu-latest steps: - name: Check out repository code @@ -11,10 +11,15 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: Build new package - run: make build + - name: Install package - run: make install + - name: Run application - run: make run + - name: Test application - 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"