Fix e2e
This commit is contained in:
parent
3596420d38
commit
85c395e771
12
.github/workflows/testflow.yml
vendored
12
.github/workflows/testflow.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user