Skip to content

Commit

Permalink
ci(temporal): fix port collision on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jun 8, 2023
1 parent 525895f commit 1fc5976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/temporal/.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ echo "Starting temporal service..."
devenv up &
DEVENV_PID=$!

export TEMPORAL_ADDRESS=127.0.0.1:17233

# temporal status and store its exit status
check_temporal_status() {
echo "Waiting for service to become available..."
Expand Down
2 changes: 2 additions & 0 deletions examples/temporal/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
services.temporal = {
enable = true;

port = 17233;

namespaces = [ "mynamespace" ];

state = {
Expand Down

0 comments on commit 1fc5976

Please sign in to comment.