mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
a
This commit is contained in:
parent
e0888f0769
commit
b157ce227d
2 changed files with 6 additions and 1 deletions
5
.github/workflows/automation-tests.yml
vendored
5
.github/workflows/automation-tests.yml
vendored
|
@ -73,3 +73,8 @@ jobs:
|
|||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Stop Docker
|
||||
run: |
|
||||
docker ps -q | xargs -I {} docker logs {}
|
||||
docker container kill $(docker ps -q)
|
|
@ -19,7 +19,7 @@
|
|||
"scripts": {
|
||||
"cypress:version": "cypress version",
|
||||
"cypress:verify": "cypress verify",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:open": "cypress open --config baseUrl=http://localhost:3577",
|
||||
"cypress:run": "cypress run",
|
||||
"types": "tsc --noEmit",
|
||||
"e2e": "cypress run",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue