Closed mike-schmid closed 3 months ago
:tada: This PR is included in version 16.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
[!CAUTION]
Review failed
The pull request is closed.
The changes in the pull request focus on updating the GitHub Actions workflow configuration in .github/workflows/testing.yml
. The modifications enhance the testing matrix by introducing separate matrices for Node.js and PostgreSQL versions. A new job, test_all
, has been added to monitor the status of the test_matrix
job. Additionally, the workflow now specifies a container for Node.js testing and includes PostgreSQL as a service with defined environment variables and health checks.
File | Change Summary |
---|---|
.github/workflows/testing.yml | Updated strategy.matrix to include separate matrices for node and postgres versions. Added test_all job to check test_matrix status. Introduced Node.js container specification and PostgreSQL service configuration. Changed test command to npm run test . |
🐇 In the garden of code, we hop and play,
With Node and PostgreSQL, brightening the day.
A matrix of tests, both sturdy and true,
Ensuring our project is fresh as the dew.
So let’s celebrate changes, with a joyful cheer,
For every new version brings us near! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit