ci: fix test

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-13 09:17:00 -07:00
parent 313ba6c3c2
commit e8f5414668
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,9 @@
#!/bin/bash
# Build vue
# Install dependencies
cd apps/memories
npm i
npm ci
npx playwright install
cp ../../vue.zip .
unzip -qq vue.zip
cd ../..
@ -50,6 +51,5 @@ php occ user:setting admin memories timelinePath "/Photos"
# Run e2e tests
cd apps/memories
sudo npx playwright install-deps chromium
npm run e2e
cd ../..