Skip to content

Commit

Permalink
Don't run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 11, 2024
1 parent b71739a commit dd45265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Build with Maven
run: mvn clean install -q
run: mvn clean install -q -DskipTests

0 comments on commit dd45265

Please sign in to comment.