We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e837 commit a9a589cCopy full SHA for a9a589c
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# remove tests in order to clean dependencies
28
- name: Remove xxx_test.go files
29
- 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/
30
31
# cleanup test dependencies
32
- name: Cleanup dependencies
0 commit comments