fix: integrate feedback

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-05-11 10:39:53 +01:00
parent 2309749d15
commit d938a528c3
6 changed files with 100 additions and 106 deletions

View File

@@ -76,14 +76,12 @@ jobs:
php occ user:add --password-from-env user2
php occ app:enable deck
php occ app:list
composer install
cd apps/deck
composer install
npm install
npm ci
npm run build
cd ../../
curl -v http://localhost:8081/index.php/login
cat data/nextcloud.log
- name: Cypress run
uses: cypress-io/github-action@v2