Skip to content

Commit

Permalink
github-action: Update BM code path
Browse files Browse the repository at this point in the history
Update the path of the BM due to the change of code folder.

Signed-off-by: Yi Sun <[email protected]>
  • Loading branch information
ysun committed May 24, 2024
1 parent d0e26a0 commit c2308d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_check
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -oe pipefail
wpattern=" warning: "
logfile="build.log"

docker run -v "$(pwd)":/src builder make test | tee "$logfile"
docker run -v "$(pwd)"/BM:/src builder make test | tee "$logfile"

if grep "$wpattern" "$logfile"; then
echo "==========================================="
Expand Down

0 comments on commit c2308d3

Please sign in to comment.