Added always

pull/39/head
Alex Evgrashin 2020-02-15 19:05:08 +03:00
parent c8debdbb0b
commit e8e933a75c
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ jobs:
# Install dotnet
- name: Installing dotnet
if: always()
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.202'
- run: dotnet ./UnityTestRunnerResultsReporter/UnityTestRunnerResultsReporter.dll
- run: dotnet ./UnityTestRunnerResultsReporter/UnityTestRunnerResultsReporter.dll
if: always()