ci(oracle): add extra sleep after container starts (#11795)

This commit is contained in:
Oleg "OSA413" Sokolov 2025-11-24 10:54:49 +05:00 committed by GitHub
parent ade198c77c
commit ea0f155532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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