Skip to content

Commit 58a8d3a

Browse files
committed
remove unused commands
Related to: aliencube#221
1 parent 01be184 commit 58a8d3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/azure-dev.yml

-6
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
run: |
7373
dotnet build -c Release
7474
75-
- name: Test solution
76-
7775
- name: Install playwright
7876
shell: pwsh
7977
run: |
@@ -92,14 +90,10 @@ jobs:
9290
run: |
9391
dotnet run --project ./src/AzureOpenAIProxy.AppHost &
9492
95-
DOTNET_PID=$!
96-
9793
sleep 30
9894
9995
dotnet test ./test/AzureOpenAIProxy.PlaygroundApp.Tests -c Release --no-build --logger "trx" --collect:"XPlat Code Coverage"
10096
101-
kill $DOTNET_PID
102-
10397
- name: Create openapi.json
10498
shell: pwsh
10599
run: |

0 commit comments

Comments
 (0)