mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set lock_timeout while running migrations in github action too
This commit is contained in:
parent
5f11726bd5
commit
ae4e7b4b97
1 changed files with 1 additions and 0 deletions
1
.github/workflows/run-tests.yaml
vendored
1
.github/workflows/run-tests.yaml
vendored
|
|
@ -77,6 +77,7 @@ jobs:
|
|||
PG_PASSWORD: postgres
|
||||
PG_DB: omnivore_test
|
||||
PGPASSWORD: postgres # This is required for the psql command to work without a password prompt
|
||||
PG_EXTRA_OPTIONS: '-c lock_timeout=2000'
|
||||
- name: TypeScript Build and Lint
|
||||
run: |
|
||||
source ~/.nvm/nvm.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue