Skip to content

Commit ee6657c

Browse files
committed
[ci] change build task in test workflow
1 parent d8c8a57 commit ee6657c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
file-version-suffix: ''
5959
cache: 'true'
6060
- name: Maven Build
61-
timeout-minutes: 10
62-
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
61+
timeout-minutes: 30
62+
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -U -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
6363
- name: Maven Test
6464
timeout-minutes: 60
6565
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B verify -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip' -D'mvnd.maxLostKeepAlive=6000'

0 commit comments

Comments
 (0)