"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "04ab2ca639ee6fd1002ce0a498d892245f0c9093"
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
......@@ -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
......
Markdown is supported
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