We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any guidelines on how to use TimescaleDB in GitHub actions?
These guidelines should help running TimescaleDB in GitHub actions
No response
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: