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 4cd2bad commit 6bc145eCopy full SHA for 6bc145e
.github/workflows/dotnet-tests.yml
@@ -15,20 +15,20 @@ jobs:
15
name: Run .NET Unit Tests
16
runs-on: ubuntu-latest
17
18
-
19
20
services:
21
azurite:
22
image: mcr.microsoft.com/azure-storage/azurite
23
options: --name azurite-storage
24
- command: "azurite --skipApiVersionCheck"
25
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v4
29
with:
30
submodules: 'true'
31
+ - name: Start Azurite with --skipApiVersionCheck
+ run: docker exec azurite-storage azurite --silent --skipApiVersionCheck
+
32
- name: Setup .NET
33
uses: actions/setup-dotnet@v4
34
0 commit comments