mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 22:45:23 -07:00
upped the wait time and also use a different startup script
This commit is contained in:
parent
56e0a84fa0
commit
e3052c8714
2 changed files with 4 additions and 3 deletions
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
- name: Start Frontend
|
||||
run: |
|
||||
nohup yarn --cwd ./src/Ombi/ClientApp start &
|
||||
nohup yarn --cwd ./src/Ombi/ClientApp run start:nomap &
|
||||
|
||||
- name: Cypress Tests
|
||||
uses: cypress-io/github-action@v2.8.2
|
||||
|
@ -70,8 +70,8 @@ jobs:
|
|||
group: "UI - Chrome"
|
||||
wait-on: http://localhost:3577/
|
||||
parallel: true
|
||||
# 7 minutes
|
||||
wait-on-timeout: 420
|
||||
# 8 minutes
|
||||
wait-on-timeout: 480
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --port 3578 --configuration hmr",
|
||||
"start:nomap": "ng serve --port 3578 --source-map=false",
|
||||
"build": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build --prod",
|
||||
"lint": "ng lint"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue