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