Skip to content

Commit

Permalink
Disable fail-fast to avoid heavy rerun
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Apr 12, 2023
1 parent 0095a27 commit 684e873
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
name: CI
on:
push:
branches: [master]
pull_request:
branches:
- master
branches: [master]

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
Expand All @@ -39,6 +39,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
java: [8, 11]
steps:
Expand Down

0 comments on commit 684e873

Please sign in to comment.