Skip to content

Commit 9474e32

Browse files
author
Philipp Potisk
committed
Added GitHub CI/CD config
1 parent 3163dc3 commit 9474e32

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI/CD workflow for key-formants-java
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@master
10+
- name: Set up JDK
11+
uses: danubetech/github-action-maven@master
12+
- name: Build with Maven
13+
run: mvn install
14+
- name: Run Tests
15+
run: mvn test

0 commit comments

Comments
 (0)