Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit dea7b85

Browse files
authored
Update maven.yml
1 parent 7a98aaa commit dea7b85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ jobs:
4040
- name: Test with Maven
4141
run: ./mvnw -B verify --file pom.xml
4242
working-directory: ${{env.EXERCISES_DIRECTORY}}/${{matrix.exercise}}
43+
summary:
44+
if: ${{ always() }}
45+
runs-on: ubuntu-latest
46+
name: Build (matrix)
47+
needs: build
48+
steps:
49+
- name: Check build matrix status
50+
if: ${{ needs.build.result != 'success' }}
51+
run: exit 1

0 commit comments

Comments
 (0)