feature/setup-workflow-pipeline: add lombok, add gitea workflow #2

Merged
chimeudeonwop merged 102 commits from feature/setup-workflow-pipeline into main 2025-10-31 16:46:56 +00:00
13 changed files with 392 additions and 276 deletions
Showing only changes of commit 3f6c46d7ae - Show all commits

View File

@ -60,11 +60,6 @@ jobs:
CLONE_URL_WITH_AUTH=$(echo "$CLONE_URL" | sed "s#https://#https://$ALL_REPO_TOKEN@#")
git clone --quiet "$CLONE_URL_WITH_AUTH" .
echo "${{ gitea.repository }} cloned successfully."
#Check frontend linting
- name: Check frontend linting
working-directory: ./frontend
run: yarn lint
# Install frontend dependencies and run tests
- name: Install frontend dependencies and run tests
@ -79,7 +74,12 @@ jobs:
frontend-${{ runner.os }}-yarn-
run: |
yarn install --frozen-lockfile
yarn test --watchAll=false --ci
#yarn test --watchAll=false --ci
#Check frontend linting
- name: Check frontend linting
working-directory: ./frontend
run: yarn lint
backend-jobs:
name: Set up Java for Backend Tests and Build