Skip to content

feat: add next-internalional plugin but not finished yet #499

feat: add next-internalional plugin but not finished yet

feat: add next-internalional plugin but not finished yet #499

name: Unit Tests on Commit
on:
push:
branches: [master, next, 'v*']
pull_request:
branches: [master]
# Cancel prev CI if new commit come
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/reusable-test.yml
with:
use-matrix: true