Fix lower case typos

This commit is contained in:
Deda 2024-02-25 23:57:10 +01:00
parent 14caebe39b
commit d961627143

View File

@ -410,8 +410,8 @@ jobs:
--toolchain $TOOLCHAIN \
--os $OS \
--arch $arch \
--enterprise-license $memgraph_enterprise_license \
--organization-name $memgraph_organization_name \
--enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \
--organization-name $MEMGRAPH_ORGANIZATION_NAME \
test-memgraph mgbench
# - name: Upload mgbench results
@ -518,8 +518,8 @@ jobs:
--toolchain $TOOLCHAIN \
--os $OS \
--arch $arch \
--enterprise-license $memgraph_enterprise_license \
--organization-name $memgraph_organization_name \
--enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \
--organization-name $MEMGRAPH_ORGANIZATION_NAME \
test-memgraph unit-coverage
- name: Compute code coverage
@ -528,8 +528,8 @@ jobs:
--toolchain $TOOLCHAIN \
--os $OS \
--arch $arch \
--enterprise-license $memgraph_enterprise_license \
--organization-name $memgraph_organization_name \
--enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \
--organization-name $MEMGRAPH_ORGANIZATION_NAME \
test-memgraph code-coverage
- name: Save code coverage