Update tests.yml
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,13 +31,9 @@ jobs: | ||||
|         pip install wheel | ||||
|         pip install -e ./ | ||||
|  | ||||
|     - name: Setup test environment | ||||
|     - name: Setup test environment and run tests  | ||||
|       run: | | ||||
|         cd inkycal/tests | ||||
|         echo "${{ secrets.ENV_FILE }}" > .env | ||||
|  | ||||
|     - name: Run unittests | ||||
|       run: | | ||||
|         cd inkycal/tests | ||||
|         wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json | ||||
|         for f in *.py; do python3 "$f"; done | ||||
|   | ||||
		Reference in New Issue
	
	Block a user