Skip to content

[Enhancement] Support to deal with update_before record #699

[Enhancement] Support to deal with update_before record

[Enhancement] Support to deal with update_before record #699

Workflow file for this run

name: Package Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Pacakge Test
uses: xlui/action-maven-cli@jdk8
with:
lifecycle: 'clean validate package'