Skip to content

Commit 45260f3

Browse files
committed
Merge branch 'add-cosmosdb-to-storage' of github.com:microsoft/graphrag into add-cosmosdb-to-storage
2 parents 26bba96 + e8e85f0 commit 45260f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-integration-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
26-
# Only run the for the latest commit
26+
# only run the for the latest commit
2727
cancel-in-progress: true
2828

2929
env:
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
python-version: ["3.10"]
3939
os: [ubuntu-latest, windows-latest]
40-
fail-fast: false # Continue running all jobs even if one fails
40+
fail-fast: false # continue running all jobs even if one fails
4141
env:
4242
DEBUG: 1
4343

@@ -84,6 +84,10 @@ jobs:
8484
id: azuright
8585
uses: potatoqualitee/azuright@v1.1
8686

87+
# For more information on installation/setup of Azure Cosmos DB Emulator
88+
# https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=docker-linux%2Cpython&pivots=api-nosql
89+
# Note: the emulator is only available on Windows runners. It can take longer than the default to initially startup so we increase the default timeout.
90+
# If a job fails due to timeout, restarting the cicd job usually resolves the problem.
8791
- name: Install Azure Cosmos DB Emulator
8892
if: runner.os == 'Windows'
8993
run: |

0 commit comments

Comments
 (0)