1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00

Disable tests on Actions for now

This commit is contained in:
Difegue 2021-10-03 21:16:52 +02:00
parent 312a73dc66
commit 154c4b8b18

View File

@ -42,7 +42,7 @@ jobs:
dotnet nuget push *.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
# Execute all unit tests in the solution
- name: Execute unit tests
working-directory: ./Sources
run: dotnet test
#- name: Execute unit tests
# working-directory: ./Sources
# run: dotnet test