ci: improve CI configuration (#15287)

* ci: improve CI configuration

* ci: add name for some jobs
This commit is contained in:
anatawa12
2025-01-16 13:22:32 +09:00
committed by GitHub
parent 6396243973
commit 363bdac39b
6 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ on:
# for e2e
- packages/backend/**
- .github/workflows/test-frontend.yml
- .github/misskey/test.yml
pull_request:
paths:
- packages/frontend/**
@@ -20,8 +21,10 @@ on:
# for e2e
- packages/backend/**
- .github/workflows/test-frontend.yml
- .github/misskey/test.yml
jobs:
vitest:
name: Unit tests (frontend)
runs-on: ubuntu-latest
strategy:
@@ -56,6 +59,7 @@ jobs:
files: ./packages/frontend/coverage/coverage-final.json
e2e:
name: E2E tests (frontend)
runs-on: ubuntu-latest
strategy: