Properly fix actions to work with Forgejo Actions #38

Merged
sugar merged 6 commits from sugar/forkey:use-pnpm-action-4.0.0 into main 2025-01-17 11:42:39 +00:00

6 commits

Author SHA1 Message Date
1c8a2cfa46 update tests to handle signup requests
All checks were successful
Lint / pnpm_install (pull_request) Successful in 2m51s
API report (misskey.js) / report (pull_request) Successful in 2m53s
Test (frontend) / vitest (22.x) (pull_request) Successful in 3m7s
Test (misskey.js) / test (22.x) (pull_request) Successful in 3m2s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m40s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m22s
Lint / lint (backend) (pull_request) Successful in 4m14s
Lint / lint (misskey-js) (pull_request) Successful in 2m22s
Lint / lint (sw) (pull_request) Successful in 2m30s
Lint / typecheck (backend) (pull_request) Successful in 2m46s
Lint / lint (frontend) (pull_request) Successful in 9m19s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m59s
Test (backend) / unit (22.x) (pull_request) Successful in 7m49s
Test (backend) / e2e (22.x) (pull_request) Successful in 9m34s
2025-01-16 23:19:00 +01:00
2951162865 use different test configuration file for forgejo
forgejo currently doesn't support port redirection, so it's necessary
for services to use their normal ports

the old file is kept for local usage
2025-01-16 23:19:00 +01:00
453bece184 fix frontend linting errors 2025-01-16 23:19:00 +01:00
56dcf2c956 fix backend linting errors 2025-01-16 20:34:25 +01:00
f531171c59 Get setup-ffmpeg action from github.com
It's not mirrored by code.forgejo.org.
2025-01-16 20:33:07 +01:00
5ede011bf0 Use pnpm/action-setup@v4.0.0 in Actions
It's not possible to use v4, as action-setup doesn't have v4 tag,
and unlike GitHub Actions, Forgejo Actions doesn't try to automatically
convert refs like v4 into full tags like v4.0.0.
2025-01-16 20:32:16 +01:00