mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +00:00
* chore(@ci): rename linux nix stage * chore(@e2e): fix the port generation logic * ci: only use hosts with Xcode 15.x --------- Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
6 lines
150 B
Python
6 lines
150 B
Python
import os
|
|
|
|
AUT_PORT = 61500 + int(os.getenv('EXECUTOR_NUMBER', 0))
|
|
SERVER_PORT = 4322 + int(os.getenv('EXECUTOR_NUMBER', 0))
|
|
CURSOR_ANIMATION = False
|