Skip to content

Commit 941b8f5

Browse files
committed
ci: run get_previous_releases as part of test cross win job
This should enable wallet_migration functional test to run on Windows
1 parent 5e21821 commit 941b8f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,14 @@ jobs:
372372
- name: Run rpcauth test
373373
run: py -3 test/util/rpcauth-test.py
374374

375+
- name: Set previous release directory
376+
run: |
377+
echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV"
378+
379+
- name: Get previous releases
380+
working-directory: test
381+
run: ./get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR
382+
375383
- name: Run functional tests
376384
env:
377385
# TODO: Fix the excluded test and re-enable it.

0 commit comments

Comments
 (0)