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

[Feature]: Github actions #7391

Open
acirikTT opened this issue Oct 24, 2024 · 2 comments
Open

[Feature]: Github actions #7391

acirikTT opened this issue Oct 24, 2024 · 2 comments
Labels
feature-request Feature proposal

Comments

@acirikTT
Copy link

What problem does the new feature solve?

Are there any guidelines on how to use TimescaleDB in GitHub actions?

What does the feature do?

These guidelines should help running TimescaleDB in GitHub actions

Implementation challenges

No response

@acirikTT acirikTT added the feature-request Feature proposal label Oct 24, 2024
@svenklemm
Copy link
Member

You can look for inspiration in our own github actions. Depends on what you wanna do. An easy starting point are probably the package tests.
E.g.: https://github.com/timescale/timescaledb/blob/main/.github/workflows/apt-packages.yaml

@acirikTT
Copy link
Author

@svenklemm thanks for your reply. I am using timescaledb in production. During tests, I hit it to run some queries against it. Currently I am using

    services:
      postgres:
        image: postgres:16

in GitHub actions, but I am looking to install and use timescaledb instead.

Having said that, I tried using something similar to the actions in your link, but didn't work. Maybe I will give it another try

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

No branches or pull requests

2 participants