From 5f3ab3b371d341ef54040791907710a973003398 Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 7 May 2026 14:40:00 +0300 Subject: [PATCH] rebuild --- .gitea/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5dee748..69599cf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,8 +1,8 @@ -name: MRP CI/CD +name: MRP Full Stack CI on: [push] jobs: - test: + validate-and-build: runs-on: ubuntu-latest steps: - name: Checkout code @@ -13,7 +13,6 @@ jobs: cd backend go test ./... -v - -name: Build Full Stack Image + - name: Build Full Stack run: | - docker compose build - + docker compose build