mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Syntax fixes
This commit is contained in:
@ -26,7 +26,7 @@ commands:
|
||||
name: Run react app and mvn verify
|
||||
command: |
|
||||
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
|
||||
command: dockerize -wait tcp://localhost:3001 -timeout 3m
|
||||
dockerize -wait tcp://localhost:3001 -timeout 3m
|
||||
mvn verify
|
||||
- run:
|
||||
name: Save test results
|
||||
@ -62,6 +62,7 @@ commands:
|
||||
|
||||
jobs:
|
||||
mvn_test:
|
||||
executor: default
|
||||
steps:
|
||||
- install_java17
|
||||
- mvn_verify
|
||||
|
Reference in New Issue
Block a user