0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Harry Waye
352dc85956
ci: fix temporal port number 8088 -> 7233 (#16031)
I'm not sure what happened there, but for some reason it was fine with
8088 but I think the right one if 7233.
2023-06-13 16:57:25 +00:00
Harry Waye
6ec12d5376
ci: wait for temporal to be up before running backend tests (#16017)
* ci: wait for temporal to be up before running backend tests

If we don't wait, then there are some tests that fail because temporal
isn't up yet. These tests ideally shouldn't be using the real temporal
server, but rather the test server that is spun up when e.g. using
`temporalio.testing.WorkflowEnvironment` although for the sake of
getting tests to not be flaky, this is a good enough solution for now.
2023-06-13 14:23:52 +00:00