Skip to content

Commit

Permalink
fix(ci): use port 8081 for overwrite.cli.url
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Sep 25, 2023
1 parent 0f5d1b3 commit e5bd013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ config:system:set --value="http://localhost:8080" -- overwrite.cli.url
./occ config:system:set --value="http://localhost:8081" -- overwrite.cli.url
./occ app:enable --force contacts
./occ app:enable --force files_pdfviewer
./occ app:enable --force ${{ env.APP_NAME }}
Expand Down

0 comments on commit e5bd013

Please sign in to comment.