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 e2e3010 commit 986ad68Copy full SHA for 986ad68
.github/workflows/dotnet-tests.yml
@@ -19,14 +19,14 @@ jobs:
19
azurite:
20
image: mcr.microsoft.com/azure-storage/azurite
21
options: >
22
- --health-cmd "curl -f http://127.0.0.1:10000 || exit 1"
+ --health-cmd "curl -f http://127.0.0.1:10000/devstoreaccount1 || exit 1"
23
--health-interval 5s
24
--health-retries 10
25
--health-timeout 5s
26
--health-start-period 15s
27
- -p 10000:10000
28
- -p 10001:10001
29
- -p 10002:10002
+ -p 10000:10000/tcp
+ -p 10001:10001/tcp
+ -p 10002:10002/tcp
30
31
32
steps:
0 commit comments