Skip to content

feat: 更改流水线配置,优化 docker tag #5

feat: 更改流水线配置,优化 docker tag

feat: 更改流水线配置,优化 docker tag #5

Workflow file for this run

name: build status
on: [pull_request]
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- run: mvn --batch-mode --update-snapshots verify
# - run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v3
with:
name: Package
path: staging