.github: create tarball of test logs for upload
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -60,7 +60,8 @@ jobs: | ||||
|         run: | | ||||
|           cd build/dir | ||||
|           make check || (cat test/test-suite.log; false) | ||||
|           tar cfz ~/test-logs.tar.gz test/*.log | ||||
|       - uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: test-logs | ||||
|           path: test/*.log | ||||
|           path: ~/test-logs.tar.gz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user