Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions/Docker for Postgres and Sqlite #33

Closed
tksilicon opened this issue Aug 4, 2020 · 1 comment
Closed

Github Actions/Docker for Postgres and Sqlite #33

tksilicon opened this issue Aug 4, 2020 · 1 comment

Comments

@tksilicon
Copy link
Collaborator

tksilicon commented Aug 4, 2020

Github actions is needed for Postgres and Sqlite. Please @afinch7 could you help out. Because of Sqlite, run test becomes:

deno test --allow-net --allow-read --allow-write -c tsconfig.json

Test passes for MySQL but the added drivers are failing. @manyuanrong.

See Pull Request Test.

This is Postgres configuration.

const config2 = { user: "thankgodukachukwu", database: "test_orm", hostname: "127.0.0.1", password: "", port: 5432, };

@tksilicon tksilicon changed the title Github Actions for Postgres and Sqlite Github Actions/Docker for Postgres and Sqlite Aug 4, 2020
@tksilicon
Copy link
Collaborator Author

Has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant