Skip to content

Commit

Permalink
Update mimosonk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-szabo authored Jan 13, 2025
1 parent 5b9bb03 commit d1f5155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mimosonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Restore
run: dotnet restore "${{ env.WORKING_DIRECTORY }}"
- name: Build
env:
VERSION: ${{ steps.build_number.outputs.VERSION }}
#env:
# VERSION: ${{ steps.build_number.outputs.VERSION }}
run: dotnet build "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-restore
- name: Test
run: dotnet test "CarWash.PWA.Tests" --collect:"XPlat Code Coverage"
Expand Down

0 comments on commit d1f5155

Please sign in to comment.