ci: run get_previous_releases as part of test cross win job

This should enable wallet_migration functional test to run on Windows
This commit is contained in:
Max Edwards 2025-06-25 21:06:10 +01:00
parent 5e2182140b
commit 941b8f54c0
1 changed files with 8 additions and 0 deletions

View File

@ -372,6 +372,14 @@ jobs:
- name: Run rpcauth test
run: py -3 test/util/rpcauth-test.py
- name: Set previous release directory
run: |
echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV"
- name: Get previous releases
working-directory: test
run: ./get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR
- name: Run functional tests
env:
# TODO: Fix the excluded test and re-enable it.