fix: solve cypress baseURL for deck app
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: deck
|
APP_NAME: deck
|
||||||
CYPRESS_baseUrl: http://localhost:8081/index.php
|
CYPRESS_baseUrl: http://nextcloud.local/index.php/
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cypress:
|
cypress:
|
||||||
@@ -26,6 +26,9 @@ jobs:
|
|||||||
server-versions: [ 'master' ]
|
server-versions: [ 'master' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup custom host for nextcloud
|
||||||
|
run: echo "127.0.0.1 nextcloud.local" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user