Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Jun 13, 2024
1 parent 9719141 commit 599c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run Cosmos DB Emulator
run: docker run -p 8081:8081 -p 10250-10255:10250-10255 -d mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest /usr/local/bin/cosmos/start.sh
env:
EMULATOR_OTHER_ARGS: /Consistency=Strong
AZURE_COSMOS_EMULATOR_ARGS: /Consistency=Strong

# - name: Explore Cosmos DB Emulator
# run: docker exec $(docker ps --no-trunc -a | grep azure-cosmos-emulator | head -1 | awk '{print $1}') cat /usr/local/bin/cosmos/start.sh
Expand Down

0 comments on commit 599c4a3

Please sign in to comment.