We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a00ab + 2554093 commit 624c95bCopy full SHA for 624c95b
1 file changed
.github/workflows/build-lint-test.yml
@@ -15,7 +15,6 @@ jobs:
15
- name: Checkout Xero-Java repo
16
uses: actions/checkout@v4
17
with:
18
- repository: XeroAPI/Xero-Java
19
path: Xero-Java
20
21
- name: Set up JDK environment
@@ -25,12 +24,6 @@ jobs:
25
24
java-version: '11'
26
cache: maven
27
28
- - name: Import GPG Key
29
- run: |
30
- echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
31
- env:
32
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY}}
33
-
34
- name: Set up Node environment
35
uses: actions/setup-node@v2
36
@@ -45,12 +38,5 @@ jobs:
45
38
46
39
- name: Build and test post generation
47
40
run: |
48
- export GPG_TTY=$(tty)
49
- mvn clean verify
50
51
- MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
52
- working-directory: Xero-Java
53
54
- - name: Stop PRISM
55
- run: pkill -f prism
41
+ mvn clean verify -Dgpg.skip
56
42
working-directory: Xero-Java
0 commit comments