mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 17:55:06 +02:00
* enhance(frontend/test): frontend e2eをVitest Browser Modeに移行
* fix
* fix unit tests
* fix
* fix
* update playwright
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* perf
* Revert "perf"
This reverts commit e60e965c3c.
* fix
35 lines
818 B
YAML
35 lines
818 B
YAML
'packages/backend':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/backend/**/*']
|
|
|
|
'packages/backend:test':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/backend/test/**/*', 'packages/backend/test-federation/**/*']
|
|
|
|
'packages/frontend':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/frontend/**/*']
|
|
|
|
'packages/frontend:test':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/frontend/test/**/*']
|
|
|
|
'packages/sw':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/sw/**/*']
|
|
|
|
'packages/misskey-js':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/misskey-js/**/*']
|
|
|
|
'packages/misskey-js:test':
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['packages/misskey-js/test/**/*', 'packages/misskey-js/test-d/**/*']
|