github-actions-course-resources icon indicating copy to clipboard operation
github-actions-course-resources copied to clipboard

Update vite.config.js to be compatible with default gitea act-runners as well

Open TomCoursow opened this issue 11 months ago • 3 comments

Gitea Actions / Runners seem to use a hidden ".cache" folder by default when checking out the repository. The default vite.config values look for IDE, git and cache folders in the whole path and therefore ignore all the tests.

This change only ignores ide git and cache files from the root source directory

image

TomCoursow avatar Jul 12 '23 10:07 TomCoursow

ok

ikram2398 avatar Dec 05 '23 19:12 ikram2398

ok

ikram2398 avatar Dec 05 '23 19:12 ikram2398

lgtm, @maxschwarzmueller could this be merged in your opinion?

alessiodemelipriv avatar Jan 05 '24 14:01 alessiodemelipriv