1
0
mirror of synced 2026-08-04 22:46:55 +00:00

chore: move common parts to parent pom, update module descriptions (#658)

This commit is contained in:
Yury Semikhatsky
2021-10-21 23:40:17 -07:00
committed by GitHub
parent b7319c629d
commit 9f2b482084
6 changed files with 21 additions and 58 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
- name: Build with Maven
run: mvn -B package -D skipTests --no-transfer-progress
- name: Run tests
run: mvn test --no-transfer-progress
run: mvn test --no-transfer-progress --fail-at-end
env:
BROWSER: ${{ matrix.browser }}
- name: Test Spring Boot Starter
@@ -85,7 +85,7 @@ jobs:
- name: Build with Maven
run: mvn -B package -D skipTests --no-transfer-progress
- name: Run tests
run: mvn test --no-transfer-progress
run: mvn test --no-transfer-progress --fail-at-end
env:
BROWSER: chromium
BROWSER_CHANNEL: ${{ matrix.browser-channel }}