add docker file and build script
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 12s
checks / Set up Java for Backend Tests and Build (push) Successful in 15s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 3s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 12s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s

This commit is contained in:
Patrick
2025-11-02 14:41:59 +01:00
parent 0fae75c2bf
commit 0fd1c9e922
3 changed files with 56 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
frontend-${{ runner.os }}-yarn-
run: |
yarn install --frozen-lockfile
yarn build
#yarn test --watchAll=false --ci
#Check frontend linting