Skip to content

Commit

Permalink
new-ci: add inline flaw data (#37586)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Jan 10, 2025
1 parent 328d2e1 commit c568525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-new-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# package.json.
echo Y|yarn rari update
ARGS=$(echo $GIT_DIFF_CONTENT | sed -E -e "s#(^| )files#\1-f $PWD/files#g")
yarn rari build --no-basic --json-issues $ARGS
yarn rari build --no-basic --json-issues --data-issues $ARGS
yarn yari-render-html
echo "Disk usage size of the build"
Expand Down

0 comments on commit c568525

Please sign in to comment.