Skip to content

Commit 8695509

Browse files
committed
Add linux_rpm although we're not running the RHEL build variant
1 parent 5c4c881 commit 8695509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ functions:
698698
fi
699699
700700
if [[ "$IS_RHEL" == "true" ]]; then
701-
# TODO: linux_rpm
701+
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_rpm --tests=time-to-first-query
702702
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_tar --tests=time-to-first-query
703703
fi
704704

0 commit comments

Comments
 (0)