Skip to content

[Feature Branch] chore(merge): Merge master branch of v0.3.6 #186

[Feature Branch] chore(merge): Merge master branch of v0.3.6

[Feature Branch] chore(merge): Merge master branch of v0.3.6 #186

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
if: github.repository == 'oceanbase/oceanbase-design'
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
- name: Run test
run: |
pnpm install
pnpm run test