mirror of
https://github.com/lingble/twenty.git
synced 2025-11-16 14:05:05 +00:00
feat: implement e2e test for CompanyResolver (#944)
* feat: wip e2e server test * feat: use github action postgres & use infra for local * feat: company e2e test * feat: add company e2e test for permissions * Simplify server e2e test run * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -1 +1,5 @@
|
||||
-- Create the default database for development
|
||||
CREATE DATABASE "default";
|
||||
|
||||
-- Create the tests database for e2e testing
|
||||
CREATE DATABASE "tests";
|
||||
|
||||
Reference in New Issue
Block a user