Skip to content

Commit

Permalink
Create mvn_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haarli authored Nov 17, 2023
1 parent dd8684b commit 82efed2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/mvn_build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and test
on: [push, workflow_dispatch]
jobs:
buid_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run the Maven build
run: mvn clean package -P env-testing

0 comments on commit 82efed2

Please sign in to comment.