mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
more
This commit is contained in:
parent
4b5fcd06ad
commit
6521cf1f4d
2 changed files with 5 additions and 2 deletions
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
|
@ -41,7 +41,10 @@ jobs:
|
||||||
run: docker build -t ombi src/
|
run: docker build -t ombi src/
|
||||||
|
|
||||||
- name: Run Docker Image
|
- name: Run Docker Image
|
||||||
run: docker run --rm -p 5000:5000 ombi
|
run: nohup docker run --rm -p 5000:5000 ombi &
|
||||||
|
|
||||||
|
- name: Sleep for server to start
|
||||||
|
run: sleep 20
|
||||||
|
|
||||||
# - name: Start Frontend
|
# - name: Start Frontend
|
||||||
# run: |
|
# run: |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://on.cypress.io/cypress.schema.json",
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
||||||
"supportFile": "cypress/support/index.ts",
|
"supportFile": "cypress/support/index.ts",
|
||||||
"baseUrl": "http://localhost:3577",
|
"baseUrl": "http://localhost:5000",
|
||||||
"integrationFolder": "cypress/tests",
|
"integrationFolder": "cypress/tests",
|
||||||
"testFiles": "**/*.spec.ts*",
|
"testFiles": "**/*.spec.ts*",
|
||||||
"watchForFileChanges": true,
|
"watchForFileChanges": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue