Open pavelnikonorov opened 3 weeks ago
In CI/CD workflows, since Funnel is executed inside a Docker container, it won’t appear in the output of ps ax | grep funnel on the host system. Try accessing by an HTTP request instead.
ps ax | grep funnel
https://github.com/elixir-cloud-aai/ga4gh-sdk/blob/696d0edc92079fcd45dd219406bd755696803f2a/lib/src/utils/test_utils.rs#L17
In CI/CD workflows, since Funnel is executed inside a Docker container, it won’t appear in the output of
ps ax | grep funnel
on the host system. Try accessing by an HTTP request instead.https://github.com/elixir-cloud-aai/ga4gh-sdk/blob/696d0edc92079fcd45dd219406bd755696803f2a/lib/src/utils/test_utils.rs#L17