feat:add seekdb (#66)
* config adapt revert * ci test * fix mysql migration test * fix * fix * lint fix * fix ob config * fix * fix * fix * test over * test * fix * fix * fix style * test over * retain gin for pg * gin for pg * uuid defalut in versions * ci test * ci test * fix * fix * fix * fix * pg josnb * fix * fix * add seekdb * test over * test over
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
name: Run Pytest
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- mysql-adapt
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: api-tests-${{ github.head_ref || github.run_id }}
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
name: DB Migration Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- mysql-adapt
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: db-migration-test-${{ github.ref }}
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
name: Style check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- mysql-adapt
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: style-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user