mvn clean build 2
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 10s
checks / Set up Java for Backend Tests and Build (push) Failing after 5s
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 4s
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 10s
checks / Set up Java for Backend Tests and Build (push) Failing after 5s
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 4s
This commit is contained in:
@ -159,7 +159,7 @@ jobs:
|
||||
# Run backend tests and build
|
||||
- name: Test & build backend
|
||||
working-directory: ./src
|
||||
run: mvn clean build
|
||||
run: mvn clean install
|
||||
|
||||
- name: Done
|
||||
run: echo "Workflow successfully completed."
|
||||
@ -1,9 +1,10 @@
|
||||
spring.application.name=cruddemo
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/student_tracker
|
||||
spring.datasource.username=springstudent
|
||||
spring.datasource.password=springstudent
|
||||
spring.datasource.url=jdbc:mysql://localhost:33070/student_tracker
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=password
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
|
||||
|
||||
#Turn off the springboot logo
|
||||
spring.main.banner-mode=off
|
||||
|
||||
Reference in New Issue
Block a user