This commit is contained in:
Deda 2024-02-26 18:50:49 +01:00
parent 3596420d38
commit 85c395e771

View File

@ -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: |