Skip to content

Commit 93ef35e

Browse files
authored
Update action.yml
1 parent 446d135 commit 93ef35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ runs:
389389
monitor_memory &
390390
MONITOR_PID=$!
391391
392-
if [ -z "$GRAPH_PATH" ]; then
392+
if [ -n "$GRAPH_PATH" ]; then
393393
GRAPH_OPTS="--build-custom-json=$GRAPH_PATH --custom-context=$CONTEXT_PATH"
394394
else
395395
GRAPH_OPTS=""

0 commit comments

Comments
 (0)