Skip to content

Commit c568525

Browse files
authored
new-ci: add inline flaw data (#37586)
1 parent 328d2e1 commit c568525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test-new-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# package.json.
104104
echo Y|yarn rari update
105105
ARGS=$(echo $GIT_DIFF_CONTENT | sed -E -e "s#(^| )files#\1-f $PWD/files#g")
106-
yarn rari build --no-basic --json-issues $ARGS
106+
yarn rari build --no-basic --json-issues --data-issues $ARGS
107107
yarn yari-render-html
108108
109109
echo "Disk usage size of the build"

0 commit comments

Comments
 (0)