feat: 添加华为云 GaussDB 数据库分页支持feat: 添加华为云 GaussDB 数据库分页支持 #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Maven verify | |
| on: | |
| pull_request: | |
| types: [ opened, reopened, edited ] | |
| jobs: | |
| mvn_verify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Set up Maven Central Repository | |
| uses: actions/setup-java@v2 | |
| with: | |
| java-version: '8' | |
| distribution: 'adopt' | |
| - name: Run the Maven verify phase | |
| run: mvn --batch-mode --update-snapshots -P dev verify -Dsurefire.useFile=false -DdisableXmlReport=true |