Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Jun 16, 2021
1 parent 71a3ec2 commit f43b8a4
Show file tree
Hide file tree
Showing 10 changed files with 542 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 5.0.301
# - name: Azure Cosmos Emulator
# uses: galvesribeiro/AzureCosmosAction@v1.0.0
# - name: Start CosmosDB Emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 5.0.301
- name: Pack
working-directory: src/Orleans.Clustering.CosmosDB
run: dotnet pack --configuration Release -p:Version=${GITHUB_REF##*/v}
Expand Down
2 changes: 2 additions & 0 deletions Orleans.CosmosDB.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitignore = .gitignore
src\AssemblyInfo.cs = src\AssemblyInfo.cs
.github\workflows\ci.yml = .github\workflows\ci.yml
global.json = global.json
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
README.Nuget.md = README.Nuget.md
EndProjectSection
Expand Down
Loading

0 comments on commit f43b8a4

Please sign in to comment.