Skip to content

Commit

Permalink
Add "collect" step
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 26, 2023
1 parent da6250d commit 18d93e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
build:
matrix-build:
strategy:
matrix:
java: ['17', '21']
Expand Down Expand Up @@ -55,3 +55,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

build:
needs: matrix-build
runs-on: ubuntu-latest
continue-on-error: false

0 comments on commit 18d93e0

Please sign in to comment.