set lock_timeout while running migrations in github action too
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user