Merge pull request #537 from bitwiseman/wiremock

Add WireMock testing facility
This commit is contained in:
Liam Newman
2019-09-06 16:17:37 -07:00
committed by GitHub
36 changed files with 2394 additions and 12 deletions

View File

@@ -16,4 +16,4 @@ jobs:
- name: Maven Download all dependencies
run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline
- name: Maven Build
run: mvn -B package --file pom.xml -DskipTests
run: mvn -B package --file pom.xml -Dtest=GistTest,UserTest