C#C
C#11mo ago
Core

✅ Github action fails, but running it locally via `act` succeeds

Hello,
I have tests that should read files from a certain path. The entire folder content is copied after build. Can it be that the folder is not accessible by github actions?

<ItemGroup>
  <None Update="TestImages\**\*">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  </None>
</ItemGroup>
Was this page helpful?