ci: Download script_assets_test.json for Windows CI

This commit is contained in:
MarcoFalke
2026-02-26 10:41:37 +01:00
parent 7777a13306
commit fa7612f253
4 changed files with 40 additions and 8 deletions

View File

@@ -432,13 +432,12 @@ jobs:
- name: Check executable manifests
run: py -3 .github/ci-windows-cross.py check_manifests
- name: Prepare Windows test environment
run: py -3 .github/ci-windows-cross.py prepare_tests
- name: Run unit tests
run: py -3 .github/ci-windows-cross.py run_unit_tests
- name: Prepare Windows test environment
run: |
py -3 .github/ci-windows-cross.py prepare_tests
- name: Run functional tests
env:
TEST_RUNNER_EXTRA: "--timeout-factor=${{ env.TEST_RUNNER_TIMEOUT_FACTOR }} ${{ case(github.event_name == 'pull_request', '', '--extended') }}"