Skip to content

Commit ecdcb0b

Browse files
committed
wip
1 parent 6ec35a8 commit ecdcb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
throw new Error(`Mixed template performance score ${MIXED_PERFORMANCE_SCORE} is below the threshold ${THRESHOLD}`);
6767
}
6868
69-
if (MIXED_PERFORMANCE_SCORE >= V3_PERFORMANCE_SCORE) {
69+
if (MIXED_PERFORMANCE_SCORE < V3_PERFORMANCE_SCORE) {
7070
throw new Error(`Mixed template performance score ${MIXED_PERFORMANCE_SCORE} is not greater than V3 template performance score ${V3_PERFORMANCE_SCORE}`);
7171
}
7272

0 commit comments

Comments
 (0)