Skip to content

Commit eae43fb

Browse files
committed
fix test step in deployment
1 parent c683a07 commit eae43fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: dotnet build --no-restore --configuration ${{ env.BUILD_CONFIGURATION }}
2828
- name: Test
29-
run: dotnet test --no-build --verbosity normal
29+
run: dotnet test --no-build --verbosity normal --configuration ${{ env.BUILD_CONFIGURATION }}
3030
- name: Publish
3131
run: dotnet publish '${{ env.WEB_APP_NAME }}/${{ env.WEB_APP_NAME }}.csproj' --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore --no-build --self-contained true /p:LinkDuringPublish=false
3232
- name: Azure Login

0 commit comments

Comments
 (0)