produzione 1 #9
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Run Tests with Maven
|
||||
run: |
|
||||
cd backend
|
||||
mvn test
|
||||
mvn -B test
|
||||
|
||||
build-and-push:
|
||||
needs: test-backend
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
spring.application.name=backend
|
||||
server.port=8080
|
||||
server.port=8000
|
||||
|
||||
# Slicer Configuration
|
||||
# Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
spring.application.name=backend
|
||||
server.port=8080
|
||||
server.port=8000
|
||||
|
||||
# Slicer Configuration
|
||||
# Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path)
|
||||
|
||||
Reference in New Issue
Block a user