CI: improve more ci worflow

This commit is contained in:
mahee96
2026-02-24 01:54:05 +05:30
parent 97d8da1eab
commit a6315442fb
2 changed files with 1 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ jobs:
python3 scripts/ci/workflow.py clean-spm-cache
- name: Boot simulator (async)
if: ${{ vars.ENABLE_TESTS == '1' && vars.ENABLE_TESTS_RUN == '1' }}
run: |
mkdir -p build/logs
python3 scripts/ci/workflow.py boot-sim-async "iPhone 17 Pro"

View File

@@ -78,8 +78,6 @@ def reserve_build_number(repo, max_attempts=5):
version_json.write_text(json.dumps(data, indent=2) + "\n")
return data
return json.loads(version_json.read_text())
def write(data):
version_json.write_text(json.dumps(data, indent=2) + "\n")