mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Github actions modifications
- define deny list of files when modified not to run GHA - specRitfy OS to be ubuntu-20.04 (is there a debian at all?) - only use perl 5.26 While researching I stumbled over mac.osx as an OS one can specify. If anybody knows whether this is really macosx (license?) please let me know. That would be a great addition for CI. (Couldn't find BSD yet...) See #1920
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,14 +1,24 @@ | |||||||
| name: testssl.sh CI | name: testssl.sh CI | ||||||
|  |  | ||||||
| on: [push, pull_request] | on: [push, pull_request] | ||||||
|  |    paths-ignore: | ||||||
|  |       - 'utils/**' | ||||||
|  |       - 'docs/**' | ||||||
|  |       - 'bin/**' | ||||||
|  |       - '**.md' | ||||||
|  |       - '**.pem' | ||||||
|  |       - '**.pdf' | ||||||
|  |       - '**.html' | ||||||
|  |       - 'LICENSE' | ||||||
|  |       - 'Dockerfile' | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: ['ubuntu-latest'] |         os: ['ubuntu-20.04'] | ||||||
|         perl: [ '5.30', '5.26' ] |         perl: [ '5.26' ] | ||||||
|     name: Perl ${{ matrix.perl }} on ${{ matrix.os }} |     name: Perl ${{ matrix.perl }} on ${{ matrix.os }} | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk