Skip to content

Commit

Permalink
Specify the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Jun 13, 2024
1 parent 24bd115 commit bf25efe
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 @@ -65,7 +65,7 @@ jobs:
run: sudo apt-get install ca-certificates-java

- 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 Consistency=Strong
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 Consistency=Strong

- name: Install TLS/SSL certificate
run: |
Expand Down

0 comments on commit bf25efe

Please sign in to comment.