Skip to content

Commit f085eff

Browse files
committed
skip running tests
1 parent 4e112c4 commit f085eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and test post generation
4343
run: |
4444
export GPG_TTY=$(tty)
45-
mvn clean verify -DskipTests=false
45+
mvn clean verify -DskipTests=true
4646
env:
4747
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4848
working-directory: Xero-Java

0 commit comments

Comments
 (0)