Skip to content

Commit

Permalink
Downgrade CosmosDb Emulator. Showstopped by actions/runner-images#7039.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Feb 14, 2023
1 parent 9284f4b commit d653d25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
with:
dotnet-version: |
${{ env.DotNetVersion }}
- name: Downgrade CosmosDb Emulator
shell: powershell
run: |
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
Uninstall-CosmosDbEmulator
choco install azure-cosmosdb-emulator --version=2.14.9
- name: Start CosmosDb Emulator
uses: Gremlinq/cosmos-emulator-github-action@EnableGremlin
Expand Down

0 comments on commit d653d25

Please sign in to comment.