Skip to content

Commit 18a23d5

Browse files
committed
WIP
1 parent 0e64868 commit 18a23d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
annotation/build/libs/*.jar
3434
3535
test-suite:
36-
name: Run test suite
3736
strategy:
3837
matrix:
3938
java: ['17', '11', '8']
4039
runs-on: ubuntu-latest
40+
name: Run test suite with Java ${{ matrix.java }}
4141
needs: build-and-check
4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)