Compare commits
	
		
			2 Commits
		
	
	
		
			53c60c77f5
			...
			774cec521e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 774cec521e | |||
| db2481002a | 
							
								
								
									
										17
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
name: test
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
  pull_request:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: ghcr.io/catthehacker/ubuntu:runner-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - uses: actions/setup-python@v5
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: '3.12'
 | 
			
		||||
      - run: pipx run poetry -- install
 | 
			
		||||
      - run: pipx run poetry -- run python -m unittest discover -s tests -v
 | 
			
		||||
		Reference in New Issue
	
	Block a user