chore(ci): test

This commit is contained in:
xilesun 2024-11-20 09:38:52 +08:00
parent 15774ee5c9
commit fe8ea5089a
3 changed files with 13 additions and 10 deletions

View File

@ -9,6 +9,7 @@ on:
branches:
- main
- next
- develop
paths:
- 'package.json'
- '**/yarn.lock'
@ -39,8 +40,8 @@ jobs:
sqlite-test:
strategy:
matrix:
node_version: [ '20' ]
underscored: [ true, false ]
node_version: ['20']
underscored: [true, false]
runs-on: ubuntu-latest
container: node:${{ matrix.node_version }}
services:
@ -70,10 +71,10 @@ jobs:
postgres-test:
strategy:
matrix:
node_version: [ '20' ]
underscored: [ true, false ]
schema: [ public, nocobase ]
collection_schema: [ public, user_schema ]
node_version: ['20']
underscored: [true, false]
schema: [public, nocobase]
collection_schema: [public, user_schema]
runs-on: ubuntu-latest
container: node:${{ matrix.node_version }}
services:
@ -129,8 +130,8 @@ jobs:
mysql-test:
strategy:
matrix:
node_version: [ '20' ]
underscored: [ true, false ]
node_version: ['20']
underscored: [true, false]
runs-on: ubuntu-latest
container: node:${{ matrix.node_version }}
services:
@ -175,8 +176,8 @@ jobs:
mariadb-test:
strategy:
matrix:
node_version: [ '20' ]
underscored: [ true, false ]
node_version: ['20']
underscored: [true, false]
runs-on: ubuntu-latest
container: node:${{ matrix.node_version }}
services:

View File

@ -9,6 +9,7 @@ on:
branches:
- main
- next
- develop
paths:
- 'packages/**'
- '**/yarn.lock'

View File

@ -9,6 +9,7 @@ on:
branches:
- main
- next
- develop
paths:
- 'package.json'
- '**/yarn.lock'