Skip to content

Commit

Permalink
#1622: Checking Windows Server Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Feb 12, 2021
1 parent 1e428d0 commit e916534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# otherwise the build will fail https://stackoverflow.com/questions/38051787/maven-javadoc-skip-true-throws-an-error
- name: Build with Maven
run: |
docker info
docker run hello-world
mvn -B spring-javaformat:apply --no-transfer-progress
mvn -B verify -P coverage --no-transfer-progress -Dmaven.javadoc.skip=true
Expand Down

0 comments on commit e916534

Please sign in to comment.