We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e21821 commit 941b8f5Copy full SHA for 941b8f5
.github/workflows/ci.yml
@@ -372,6 +372,14 @@ jobs:
372
- name: Run rpcauth test
373
run: py -3 test/util/rpcauth-test.py
374
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
383
- name: Run functional tests
384
env:
385
# TODO: Fix the excluded test and re-enable it.
0 commit comments