Поправил скрипты GitHub Actions

This commit is contained in:
YPermitin
2020-12-30 01:38:48 +05:00
parent a309630b1a
commit 53efcec12a
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Deploy