mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Correct YAML error in GHA + add macOS
- yamllint to the rescue. Still shows an error though: 4:3 error syntax error: expected <block end>, but found '<block mapping start>' (syntax) - added macos, see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
This commit is contained in:
		
							
								
								
									
										24
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,24 +1,24 @@ | ||||
| name: testssl.sh CI | ||||
|  | ||||
| on: [push, pull_request] | ||||
|    paths-ignore: | ||||
|       - 'utils/**' | ||||
|       - 'docs/**' | ||||
|       - 'bin/**' | ||||
|       - '**.md' | ||||
|       - '**.pem' | ||||
|       - '**.pdf' | ||||
|       - '**.html' | ||||
|       - 'LICENSE' | ||||
|       - 'Dockerfile' | ||||
|   paths-ignore: | ||||
|     - 'utils/**' | ||||
|     - 'docs/**' | ||||
|     - 'bin/**' | ||||
|     - '**.md' | ||||
|     - '**.pem' | ||||
|     - '**.pdf' | ||||
|     - '**.html' | ||||
|     - 'LICENSE' | ||||
|     - 'Dockerfile' | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: ['ubuntu-20.04'] | ||||
|         perl: [ '5.26' ] | ||||
|         os: ['ubuntu-20.04', 'macos-10.15'] | ||||
|         perl: ['5.26'] | ||||
|     name: Perl ${{ matrix.perl }} on ${{ matrix.os }} | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk