rename github action file and update readme (#1494)

This commit is contained in:
John Grosh
2024-03-04 19:35:32 -05:00
committed by GitHub
parent bb17c984a2
commit 6752695b43
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Test
name: Build and Test
on:
push:
branches:
@@ -18,5 +18,5 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
- name: Build and Test with Maven
run: mvn --batch-mode --update-snapshots verify