From 334af5e0c6e6d39596c70e9c10c7a75682410bc6 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 24 Oct 2022 21:34:26 -0700 Subject: [PATCH] Set timelinePath in CI --- scripts/ci-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci-test.sh b/scripts/ci-test.sh index acac2a6f..5fb955c3 100755 --- a/scripts/ci-test.sh +++ b/scripts/ci-test.sh @@ -42,6 +42,9 @@ cd ../.. php occ files:scan --all php occ memories:index +# Set admin timeline path +php occ user:setting admin memories timelinePath / + # Run e2e tests cd apps/memories sudo npx playwright install-deps chromium