Skip to content

Refine naming and document for Azure CC #18

Refine naming and document for Azure CC

Refine naming and document for Azure CC #18

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: mvn -B clean compile test