Skip to content
Closed
Prev Previous commit
Next Next commit
ci(cypress): Use cron
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 28, 2023
commit 42ac3f45f2b7efd7f44ff7f24b1914f8f653fb7e
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
php -f index.php
php -S 0.0.0.0:8081 &
export OC_PASS=1234561
php occ background:cron
php occ user:add --password-from-env user1
php occ user:add --password-from-env user2
php occ app:enable viewer
Expand Down