bring back filtered_test_list_cross_tests.txt (#24055)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user