Skip to content

Commit

Permalink
ci(cypress): Use cron
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jun 26, 2023
1 parent e5dbc90 commit 09ba1c0
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 09ba1c0

Please sign in to comment.