Skip to content

Commit

Permalink
Merge pull request #18 from databendcloud/feat/test-ci
Browse files Browse the repository at this point in the history
feat: test ci
  • Loading branch information
hantmac authored Oct 18, 2023
2 parents 8cb86b5 + f2409f8 commit 12c046f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
# gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

- name: Verify Service Running
run: |
Expand All @@ -45,5 +43,3 @@ jobs:
- name: Run Maven clean deploy with release profile
run: mvn clean test
env:
# MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 12c046f

Please sign in to comment.