1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 02:51:00 +00:00

fix github actions test

This commit is contained in:
skywalker 2025-03-06 15:22:49 +08:00
parent 2912a422bf
commit 0414a3f4bc

View File

@ -25,7 +25,10 @@ test_fn()
return 1
}
FILES=`git diff --name-only HEAD~`
git fetch origin $GITHUB_BASE_REF
FILES=`git diff --name-only origin/$GITHUB_BASE_REF`
echo $FILES
for i in $FILES
do
test_fn $i