Skip to content

Commit 6bc145e

Browse files
committed
feat: 7723-testing fix 11
1 parent 4cd2bad commit 6bc145e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
name: Run .NET Unit Tests
1616
runs-on: ubuntu-latest
1717

18-
19-
2018
services:
2119
azurite:
2220
image: mcr.microsoft.com/azure-storage/azurite
2321
options: --name azurite-storage
24-
command: "azurite --skipApiVersionCheck"
2522

2623
steps:
2724
- name: Checkout Repository
2825
uses: actions/checkout@v4
2926
with:
3027
submodules: 'true'
3128

29+
- name: Start Azurite with --skipApiVersionCheck
30+
run: docker exec azurite-storage azurite --silent --skipApiVersionCheck
31+
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v4
3434
with:

0 commit comments

Comments
 (0)