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

feat: integration tests #13

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

feat: integration tests #13

wants to merge 12 commits into from

Conversation

lauti7
Copy link
Contributor

@lauti7 lauti7 commented Apr 26, 2024

No description provided.

@lauti7 lauti7 changed the title tests: integration tests feat: integration tests Apr 26, 2024
src/adapters/db.ts Outdated Show resolved Hide resolved
await client.query('COMMIT')
res = callbackResult
return res
} catch (error) {
logger.error(error as any)
await client.query('ROLLBACK')
client.release()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this a problem, but you are releasing it twice, once here and one one finally

@lauti7 lauti7 enabled auto-merge (squash) July 5, 2024 17:04

on:
push:

jobs:
build:
uses: decentraland/platform-actions/.github/workflows/apps-with-db-build.yml@main
validations:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this? What's missing on the apps-with-db-build.yml?

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

Successfully merging this pull request may close these issues.

3 participants