Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Oct 13, 2023
1 parent 313ba6c commit e8f5414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci-test.sh
Original file line number Diff line number Diff line change
@@ -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 ../..
Expand Down Expand Up @@ -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 ../..

0 comments on commit e8f5414

Please sign in to comment.