You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) ModelTest::testGetVersion
PHPUnit\Framework\Exception: fatal: detected dubious ownership in repository at '/app'
To add an exception for this directory, call:
git config --global --add safe.directory /app
2) WebControllerTest::testExecuteGitModifiedDateCommand
PHPUnit\Framework\Exception: fatal: detected dubious ownership in repository at '/app'
To add an exception for this directory, call:
git config --global --add safe.directory /app
As a consequence, all CI builds will now fail.
The text was updated successfully, but these errors were encountered:
It seems like there has been a change in how Git works in CI builds since https://github.com/NatLibFi/Skosmos/actions/runs/3544077105/jobs/5951055820 as builds will now fail with following errors:
As a consequence, all CI builds will now fail.
The text was updated successfully, but these errors were encountered: