Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Wanting to get tests to run, but having issues with jetty in github actions
  • Loading branch information
jhickman authored Feb 16, 2022
1 parent 94050ed commit 00c6114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
# skip tests for now due to running jetty. will have to readdress
run: mvn -B package -Dmaven.test.skip=true --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 00c6114

Please sign in to comment.