mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
test ci
This commit is contained in:
parent
1cd09afbcb
commit
e215112430
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Continuous Disaster...
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -66,3 +66,4 @@ class Base:
|
||||
for k, v in kwargs.items():
|
||||
setattr(self, k, v)
|
||||
await self.save(db_session)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user