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 ohttp-relay integration tests check for the NGINX_EXE
environment variable and skip when it is not set. The CI
workflow was adding nginx to PATH instead of setting NGINX_EXE,
so the tests were silently skipped. Use GITHUB_ENV to set
NGINX_EXE to the full binary path so the integration tests
run in CI.
Closespayjoin#1227
0 commit comments