From 123a659cf866eab70dfccbf0c71d48e314c5ec21 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Apr 2022 17:33:10 +0100 Subject: [PATCH] Fix synapse logs directory in Cypress tests (#8326) I changed it in one place but not the other --- .github/workflows/element-build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/element-build-and-test.yaml b/.github/workflows/element-build-and-test.yaml index e88c510546..1633aae260 100644 --- a/.github/workflows/element-build-and-test.yaml +++ b/.github/workflows/element-build-and-test.yaml @@ -46,4 +46,4 @@ jobs: path: | cypress/screenshots cypress/videos - cypress/dockerlogs + cypress/synapselogs