diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index 7c6ecb39b..0fd9bad79 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -409,7 +409,7 @@ jobs: ./release/package/run2.sh \ --toolchain $TOOLCHAIN \ --os $OS \ - --arch $arch \ + --arch $ARCH \ --enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \ --organization-name $MEMGRAPH_ORGANIZATION_NAME \ test-memgraph mgbench @@ -517,7 +517,7 @@ jobs: ./release/package/run2.sh \ --toolchain $TOOLCHAIN \ --os $OS \ - --arch $arch \ + --arch $ARCH \ --enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \ --organization-name $MEMGRAPH_ORGANIZATION_NAME \ test-memgraph unit-coverage @@ -527,7 +527,7 @@ jobs: ./release/package/run2.sh \ --toolchain $TOOLCHAIN \ --os $OS \ - --arch $arch \ + --arch $ARCH \ --enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \ --organization-name $MEMGRAPH_ORGANIZATION_NAME \ test-memgraph code-coverage