You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub Action for Routr's release fails at the compliance verification step. This issue seems to be environment-related, as the compliance tests pass locally but fail when run with GitHub Actions, even though both are running in containers.
Steps to reproduce
Run the release pipeline from GitHub actions and observe the compliance step.
Expected behavior
Compliance tests must pass regardless of the environment in which they are executed.
Additional context
My running theory is that the compliance runner cannot bind a port due to an environment restriction. I believe this is the case because the first test that fails requires binding to port 7060, while the first few do not.
The text was updated successfully, but these errors were encountered:
What happened?
The GitHub Action for Routr's release fails at the compliance verification step. This issue seems to be environment-related, as the compliance tests pass locally but fail when run with GitHub Actions, even though both are running in containers.
Steps to reproduce
Run the
release
pipeline from GitHub actions and observe the compliance step.Expected behavior
Compliance tests must pass regardless of the environment in which they are executed.
Additional context
My running theory is that the compliance runner cannot bind a port due to an environment restriction. I believe this is the case because the first test that fails requires binding to port 7060, while the first few do not.
The text was updated successfully, but these errors were encountered: