Skip to content

Commit fa8c750

Browse files
author
MarcoFalke
committed
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
1 parent a33bd76 commit fa8c750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ jobs:
408408
echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV"
409409
410410
- name: Get previous releases
411-
working-directory: test
412-
run: ./get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR
411+
run: ./test/get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR
413412

414413
- name: Run functional tests
415414
env:

0 commit comments

Comments
 (0)