Skip to content

Commit

Permalink
skip tests on code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Mar 8, 2022
1 parent 81b26f0 commit 8ad51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cache: 'maven'

- name: Quality Checks
run: mvn install -Pquality
run: mvn install -Pquality -DskipTests

Snapshots:
name: Publish Snapshot Artifacts
Expand Down

0 comments on commit 8ad51d3

Please sign in to comment.