Skip to content

测试批量插入ID #65

测试批量插入ID

测试批量插入ID #65

Workflow file for this run

name: Maven verify
on:
pull_request:
types: [ opened, reopened, edited ]
push:
branches: [ develop, master ]
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: '11'
distribution: 'adopt'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify