mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
workflow yaml updates
This commit is contained in:
2
.github/workflows/gf.yml
vendored
2
.github/workflows/gf.yml
vendored
@ -157,7 +157,7 @@ jobs:
|
||||
run: |
|
||||
for file in `find . -name coverage.txt`; do
|
||||
# In case of recursively incremental selffile in root directory.
|
||||
if [ ".coverage.txt" = $file ]; then
|
||||
if [ "./coverage.txt" = $file ]; then
|
||||
continue 1
|
||||
fi
|
||||
cat $file >> coverage.txt
|
||||
|
||||
Reference in New Issue
Block a user