chore(integration-tests): Normalize DB config + use single process (#2077)
This commit is contained in:
committed by
GitHub
parent
687a6badeb
commit
690ca9e89a
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
||||
working-directory: integration-tests/api
|
||||
|
||||
- name: Run integration tests
|
||||
run: yarn test --maxWorkers=50%
|
||||
run: yarn test --runInBand
|
||||
working-directory: integration-tests/api
|
||||
env:
|
||||
DB_PASSWORD: postgres
|
||||
@@ -215,6 +215,6 @@ jobs:
|
||||
working-directory: integration-tests/plugins
|
||||
|
||||
- name: Run plugin integration tests
|
||||
run: yarn test:integration:plugins --maxWorkers=50% --silent=false
|
||||
run: yarn test:integration:plugins --silent=false
|
||||
env:
|
||||
DB_PASSWORD: postgres
|
||||
|
||||
Reference in New Issue
Block a user