When running in a dev container and using the pnpm run test command a second time it fails with:
│ Error: EACCES: permission denied, unlink '/workspaces/stratakit/apps/test-app/test-r…
It looks like the files in apps/test-app/test-results are getting written as root instead of the current user codespace
When running in a dev container and using the
pnpm run testcommand a second time it fails with:It looks like the files in
apps/test-app/test-resultsare getting written asrootinstead of the current usercodespace