We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3546641 commit ecdfc23Copy full SHA for ecdfc23
.github/workflows/publish-nuget.yml
@@ -20,13 +20,22 @@ jobs:
20
21
nuget:
22
name: Publish to Nuget.org
23
- runs-on: windows-latest
+ runs-on: ubuntu-latest
24
needs: extract
25
env:
26
NOTES: ${{ needs.extract.outputs.notes }}
27
steps:
28
- name: Checkout Repository
29
uses: actions/checkout@v2
30
+ - name: Start Redis
31
+ uses: supercharge/[email protected]
32
+ with:
33
+ redis-version: 6.2.5
34
+ - name: Start MongoDB
35
36
37
+ mongodb-version: 5.0.3
38
+ mongodb-replica-set: entitydb
39
- name: Install .NET SDK
40
uses: actions/setup-dotnet@v1
41
- name: Restore Dependencies
0 commit comments