update test 1
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 25s
checks / Set up Java for Backend Tests and Build (push) Failing after 3s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 11s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 3s

This commit is contained in:
Patrick
2025-10-30 21:58:56 +01:00
parent 68851347e9
commit 3f6c46d7ae

View File

@ -61,11 +61,6 @@ jobs:
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
#uses: actions/cache@v3
@ -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