File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff 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...
You can’t perform that action at this time.
0 commit comments