Skip to content

Commit 066e34d

Browse files
committed
experimental - try curl
Signed-off-by: Sean Feldman <feldman.sean@gmail.com>
1 parent 944b179 commit 066e34d

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ jobs:
2020
- run: npm install -g azurite
2121
- shell: cmd
2222
run: start /B azurite-blob
23-
- name: Run tests
24-
run: dotnet test ./src/ServiceBus.AttachmentPlugin.sln --configuration Release --no-restore --verbosity normal
25-
Deploy:
26-
needs: [BuildAndTest]
27-
runs-on: windows-latest
28-
steps:
29-
- shell: cmd
30-
run:
31-
echo deploying...
23+
- name: trying http://localhost:10000
24+
- shell: cmd
25+
run: timeout 5 && curl http://localhost:10000
26+
- name: trying http://127.0.0.1:10000
27+
- shell: cmd
28+
run: timeout 5 && curl http://127.0.0.1:10000
29+
# - name: Run tests
30+
# run: dotnet test ./src/ServiceBus.AttachmentPlugin.sln --configuration Release --no-restore --verbosity normal
31+
# Deploy:
32+
# needs: [BuildAndTest]
33+
# runs-on: windows-latest
34+
# steps:
35+
# - shell: cmd
36+
# run:
37+
# echo deploying...

0 commit comments

Comments
 (0)