From 3f6c46d7ae725a60e4902a27a94e2348fc5659a8 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 30 Oct 2025 21:58:56 +0100 Subject: [PATCH] update test 1 --- .gitea/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0030ec4..785ba96 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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