Skip to content

Commit 7744801

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

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ jobs:
88
BuildAndTest:
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
14-
- name: Build
15-
run: dotnet build ./src/ServiceBus.AttachmentPlugin.sln --configuration Release
16-
- name: Install NPM
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: '12'
20-
- run: npm install -g azurite
21-
- shell: cmd
22-
run: start /B azurite-blob
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
11+
- uses: actions/checkout@v1
12+
- name: Setup .NET Core
13+
uses: actions/setup-dotnet@v1
14+
- name: Build
15+
run: dotnet build ./src/ServiceBus.AttachmentPlugin.sln --configuration Release
16+
- name: Install NPM
17+
uses: actions/setup-node@v1
18+
with:
19+
node-version: '12'
20+
- run: npm install -g azurite
21+
- shell: cmd
22+
run: start /B azurite-blob
23+
- shell: cmd
24+
name: trying http://localhost:10000
25+
run: timeout 5 && curl http://localhost:10000
26+
- shell: cmd
27+
name: trying http://127.0.0.1:10000
28+
run: timeout 5 && curl http://127.0.0.1:10000
2929
# - name: Run tests
3030
# run: dotnet test ./src/ServiceBus.AttachmentPlugin.sln --configuration Release --no-restore --verbosity normal
3131
# Deploy:

0 commit comments

Comments
 (0)