Skip to content

Commit

Permalink
Added GitHub config for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Potisk committed Jan 27, 2020
1 parent e35d332 commit 666e7e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/did-common-java-ws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI/CD Workflow for did-common-java

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up JDK
uses: danubetech/github-action-maven@master
- name: Build with Maven
run: mvn install
- name: Run Tests
run: mvn test

0 comments on commit 666e7e3

Please sign in to comment.