ci: improve CI configuration (#15287)
* ci: improve CI configuration * ci: add name for some jobs
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/test-frontend.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-frontend.yml
									
									
									
									
										vendored
									
									
								
							@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user