mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
ci(oracle): add extra sleep after container starts (#11795)
This commit is contained in:
parent
ade198c77c
commit
ea0f155532
1
.github/workflows/tests-linux.yml
vendored
1
.github/workflows/tests-linux.yml
vendored
@ -300,6 +300,7 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: cat ormconfig.sample.json | jq 'map(select(.name == "oracle"))' > ormconfig.json
|
||||
- run: docker compose up oracle --no-recreate --wait
|
||||
- run: sleep 10
|
||||
- run: npx c8 npm run test:ci
|
||||
|
||||
- name: Coveralls Parallel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user