fix: eof empty line
This commit is contained in:
parent
4fa6f579af
commit
2313b0b450
2 changed files with 2 additions and 2 deletions
|
@ -26,4 +26,4 @@ DB_MIGRATIONS_PATH=dist/migrations/*.js
|
|||
#########
|
||||
|
||||
REDIS_PORT=6379
|
||||
REDIS_HOST=cache
|
||||
REDIS_HOST=cache
|
||||
|
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -194,4 +194,4 @@ jobs:
|
|||
run: docker/wait-for.sh localhost 3123
|
||||
|
||||
- name: Run E2E Test Suite
|
||||
run: npx mocha-headless-chrome --timeout 1200000 -f http://localhost:9001/mocha/test.html
|
||||
run: npx mocha-headless-chrome --timeout 1200000 -f http://localhost:9001/mocha/test.html
|
||||
|
|
Loading…
Reference in a new issue