Build and test forked PRs properly (#1738)
* build forks on PRs properly
This commit is contained in:
@@ -32,7 +32,7 @@ function check_dir {
|
||||
}
|
||||
failed_arr=()
|
||||
failed=0
|
||||
go mod edit -replace github.com/micro/go-micro/v2=github.com/micro/go-micro/v2@$1
|
||||
go mod edit -replace github.com/micro/go-micro/v2=github.com/$2/v2@$1
|
||||
check_dir . $1
|
||||
if [ $failed -gt 0 ]; then
|
||||
echo Some builds failed
|
||||
|
Reference in New Issue
Block a user