mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add delay to yugabytedb piped command.
This commit is contained in:
parent
cfd4df723c
commit
58759a3944
2 changed files with 3 additions and 2 deletions
4
.github/workflows/docker-build-test.yml
vendored
4
.github/workflows/docker-build-test.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-hotspot-test:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
file: ${{ matrix.dockerfile }}
|
||||
tags: 1337kavin/piped:latest
|
||||
- name: Start Docker-Compose services
|
||||
run: docker-compose -f ${{ matrix.docker-compose-file }} up -d && sleep 5
|
||||
run: docker-compose -f ${{ matrix.docker-compose-file }} up -d && sleep 20
|
||||
- name: Run tests
|
||||
run: ./testing/api-test.sh
|
||||
- name: Collect services logs
|
||||
|
|
|
@ -8,6 +8,7 @@ services:
|
|||
- ./config.yugabytedb.properties:/app/config.properties
|
||||
depends_on:
|
||||
- yb-tserver
|
||||
command: [ "sh", "-c", "sleep 10 && java -jar piped.jar" ]
|
||||
yb-master:
|
||||
image: yugabytedb/yugabyte:latest
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue