Skip to content

将 KnexDriver 中的主键字段从 'id' 更改为 '_id',以统一数据库字段命名 #40

将 KnexDriver 中的主键字段从 'id' 更改为 '_id',以统一数据库字段命名

将 KnexDriver 中的主键字段从 'id' 更改为 '_id',以统一数据库字段命名 #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test