Unverified Commit 02d255db authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

bring back `filtered_test_list_cross_tests.txt` (#24055)


fix

Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent bc9ecef9
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -49,6 +49,12 @@ jobs:
else
touch test_preparation/examples_test_list.txt
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: |
if [ -f doctest_list.txt ]; then
cp doctest_list.txt test_preparation/doctest_list.txt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment