Skip to content

Commit

Permalink
Create GitHub Actions workflow for build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-llm-bot[bot] authored Nov 27, 2023
1 parent bcf6bb4 commit 134a208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-autogenerated.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI
name: Build and Test

on:
push:
Expand Down Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build with Maven
run: ./mvnw package --file pom.xml
- name: Test with Maven
run: ./mvnw test --file pom.xml
run: ./mvnw test --file pom.xml

0 comments on commit 134a208

Please sign in to comment.