added npm build to test.yml, reduced verbosity of jdbc in tests
This commit is contained in:
parent
2314892be4
commit
96d877d2ef
2 changed files with 9 additions and 1 deletions
|
|
@ -29,6 +29,14 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get install -y maven
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Build Frontend
|
||||
run: cd src/frontend && npm ci && BUILD_FOR_SPRING=true npm run build
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn verify -B --no-transfer-progress
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ spring.task.scheduling.enabled=false
|
|||
logging.level.org.flywaydb=INFO
|
||||
logging.level.org.testcontainers=INFO
|
||||
logging.level.de.avatic.lcc=DEBUG
|
||||
logging.level.org.springframework.jdbc=DEBUG
|
||||
#logging.level.org.springframework.jdbc=DEBUG
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue