mirror of https://github.com/bitcoin/bitcoin.git
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:
parent
5e2182140b
commit
941b8f54c0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue