bring back filtered_test_list_cross_tests.txt (#24055)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-06-06 19:35:24 +02:00
committed by GitHub
parent bc9ecef942
commit 02d255db26

View File

@@ -49,6 +49,12 @@ jobs:
else else
touch test_preparation/examples_test_list.txt touch test_preparation/examples_test_list.txt
fi fi
- run: |
if [ -f filtered_test_list_cross_tests.txt ]; then
mv filtered_test_list_cross_tests.txt test_preparation/filtered_test_list_cross_tests.txt
else
touch test_preparation/filtered_test_list_cross_tests.txt
fi
- run: | - run: |
if [ -f doctest_list.txt ]; then if [ -f doctest_list.txt ]; then
cp doctest_list.txt test_preparation/doctest_list.txt cp doctest_list.txt test_preparation/doctest_list.txt