Update github action.yml

This commit is contained in:
2026-02-01 22:24:16 +04:00
committed by GitHub
parent de9e401e8e
commit ed69e99972

View File

@@ -21,9 +21,12 @@ jobs:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
working-directory: ./LR1
- name: Build - name: Build
run: dotnet build --configuration Release --no-restore run: dotnet build --configuration Release --no-restore
working-directory: ./LR1
- name: Run unit tests - name: Run unit tests
run: dotnet test --no-build --verbosity normal run: dotnet test --no-build --verbosity normal
working-directory: ./LR1