Add test workflow.
This commit is contained in:
		
							parent
							
								
									8afce56b9e
								
							
						
					
					
						commit
						2debdf5e46
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								.forgejo/workflows/test.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.forgejo/workflows/test.yaml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| on: [push] | ||||
| 
 | ||||
| jobs: | ||||
|   test: | ||||
|     runs-on: docker | ||||
|     container: | ||||
|       image: node:latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - run: corepack enable | ||||
|       - uses: actions/setup-node@v4 | ||||
|         with: | ||||
|           cache: "yarn" | ||||
|       - run: yarn install | ||||
|       - run: yarn coverage | ||||
		Loading…
	
	Add table
		
		Reference in a new issue