Skip to content

Commit 7d098b9

Browse files
committed
remove skipping tests
1 parent 6e3d72f commit 7d098b9

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=true
45+
mvn clean verify
4646
env:
4747
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4848
working-directory: Xero-Java

0 commit comments

Comments
 (0)