Skip to content

Commit 6e239b6

Browse files
authored
ci: build post_process in self-hosted CI build step (#1347)
1 parent 7da6212 commit 6e239b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/common/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ if [ "$job_cluster" = "phoenix" ]; then
4040
fi
4141

4242
RETRY_VALIDATE_CMD="$validate_cmd" \
43-
retry_build ./mfc.sh test -v --dry-run -j 8 $build_opts || exit 1
43+
retry_build ./mfc.sh test -v --dry-run -a -j 8 $build_opts || exit 1

0 commit comments

Comments
 (0)