Add sleep
This commit is contained in:
parent
8c50ac2c83
commit
bc470cfd07
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
||||||
run: dotnet test --filter Unit --no-restore --verbosity normal
|
run: dotnet test --filter Unit --no-restore --verbosity normal
|
||||||
- name: Start containers
|
- name: Start containers
|
||||||
run: docker-compose -f "docker-compose.yml" up -d --build
|
run: docker-compose -f "docker-compose.yml" up -d --build
|
||||||
|
- name: Wait for docker containers to setup
|
||||||
|
run: sleep 30s
|
||||||
|
shell: bash
|
||||||
- name: Run Integration Tests
|
- name: Run Integration Tests
|
||||||
run: dotnet test --filter Integration --no-restore --verbosity normal
|
run: dotnet test --filter Integration --no-restore --verbosity normal
|
||||||
- name: Test Report
|
- name: Test Report
|
||||||
|
|
Loading…
Reference in a new issue