ls and clean
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 4s
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
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 4s
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:
@ -141,7 +141,9 @@ jobs:
|
||||
working-directory: ./src
|
||||
run: |
|
||||
echo "Started test & build backend..."
|
||||
mvn clean verify package -B
|
||||
ls .
|
||||
mvn clean
|
||||
# mvn clean verify package -B
|
||||
|
||||
- name: Done
|
||||
run: echo "Workflow successfully completed."
|
||||
|
||||
Reference in New Issue
Block a user