mirror of https://github.com/bitcoin/bitcoin.git
ci: Refactor get_previous_releases step in win-test-cross task
This refactor does not change behavior, but allows the step to be re-used in other tasks, such as a mac-test-cross task
This commit is contained in:
parent
a33bd767a3
commit
fa8c750a0a
|
@ -408,8 +408,7 @@ jobs:
|
|||
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
|
||||
run: ./test/get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR
|
||||
|
||||
- name: Run functional tests
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue