Update and modernize create-executables action (#138)

* Modernize create-executables.yml

* Update version numbers

* Fix API version in test
This commit is contained in:
2026-06-06 17:10:53 -05:00
committed by GitHub
parent 3486feaaf4
commit c38213fb58
4 changed files with 62 additions and 32 deletions
+3 -1
View File
@@ -186,7 +186,9 @@ class TestFindAvailableServers:
self, mock_proxy_class, mock_get_props, mock_found_hostnames,
):
mock_found_hostnames.return_value = ['server-1.local']
mock_get_props.return_value = {'api_version': '0.1', 'system_os': 'macos'}
from src.api.api_server import API_VERSION
mock_get_props.return_value = {'api_version': API_VERSION, 'system_os': 'macos'}
mock_proxy = MagicMock()
mock_proxy.get_engine_availability.return_value = {