zyborg / dotnet-tests-report

GitHub Action to run .NET Core tests and generate report attached to Workflow Run
MIT License
112 stars 36 forks source link

The filename, directory name, or volume label syntax is incorrect. #18

Closed zharchimage closed 3 years ago

zharchimage commented 3 years ago

Hi I have a fairly simple project configuration. When using:

- name: use this action, test solution dir
  uses: zyborg/dotnet-tests-report@v1
  if: always()
  with:        
    report_name: my_project_tests
    report_title: My Project Tests
    github_token: ${{ secrets.GITHUB_TOKEN }}

image

it appends for some reason the WorkSpace path twice.

ebekker commented 3 years ago

Duplicate of #11

ebekker commented 3 years ago

I just published a new release that tries an alternate approach to computing the directory path -- can you give it a try and see if it fixes the issue for you?