vercel / nft

Node.js dependency tracing utility
https://npmjs.com/@vercel/nft
MIT License
1.31k stars 136 forks source link

chore(ci): fix redis connection #355

Closed styfle closed 1 year ago

styfle commented 1 year ago

Previously the BULL_REDIS_CONNECTION env var was a remote redis instance.

That token instance must have changed hostnames or expired because it started failing with getaddrinfo ENOTFOUND.

This PR removes the need for a remote instance and instead uses github actions service container to starts and stop redis.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.23.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: