Commit Graph

2 Commits (3f1f808b9eeb3f7cd923c6b89fbb57583202e76d)

Author SHA1 Message Date
Kyle D. 66971e591e
Add artifacts test fixture ()
Closes https://github.com/go-gitea/gitea/issues/30296

- Adds a DB fixture for actions artifacts
- Adds artifacts test files
- Clears artifacts test files between each run
- Note: I initially initialized the artifacts only for artifacts tests,
but because the files are small it only takes ~8ms, so I changed it to
always run in test setup for simplicity
- Fix some otherwise flaky tests by making them not depend on previous
tests
Lunny Xiao 6e87a44034
Allow get release download files and lfs files with oauth2 token format ()
Fix 
Fix