mirror of
https://github.com/samber/lo.git
synced 2025-09-26 20:11:13 +08:00
fix(ci): correct cleanup deps - remove all *_test.go files using find (#630)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
# remove tests in order to clean dependencies
|
||||
- name: Remove xxx_test.go files
|
||||
run: rm -rf *_test.go ./parallel/*_test.go docker-compose.yml img/
|
||||
run: rm -rf $(find . -type f -name "*_test.go") docker-compose.yml img/
|
||||
|
||||
# cleanup test dependencies
|
||||
- name: Cleanup dependencies
|
||||
|
Reference in New Issue
Block a user