From 0cde5159afc5574ddba1901ddf71a640a55cfeb8 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Tue, 21 Apr 2026 17:14:18 +0300 Subject: [PATCH] [test] gitea workflow --- .gitea/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b0b2182..48ad556 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,11 +3,14 @@ run-name: ${{ gitea.actor }} runs verification of the project on: push: branches: - - 'master' + - "master" jobs: Is-Buildable: runs-on: ubuntu-latest + container: + image: docker:latest + options: --cpusccet-cpus="0-3" steps: - name: Ensure That Build system available run: | @@ -22,7 +25,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 with: - submodules: 'true' + submodules: "true" - name: Build project run: | cd ${{ gitea.workspace }}