diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index 33b20d60b..ed5eb3f8c 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -364,11 +364,13 @@ jobs: - name: Run e2e tests run: | - cd tests - ./setup.sh /opt/toolchain-v4/activate - source ve3/bin/activate_e2e - cd e2e - ./run.sh + ./release/package/run2.sh \ + --toolchain $TOOLCHAIN \ + --os $OS \ + --arch $ARCH \ + --enterprise-license $MEMGRAPH_ENTERPRISE_LICENSE \ + --organization-name $MEMGRAPH_ORGANIZATION_NAME \ + test-memgraph e2e - name: Ensure Kafka and Pulsar are down run: |