mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	yamllinting...
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,5 @@ | |||||||
| name: testssl.sh CI | --- | ||||||
|  | name: testssl.sh CI with MacOS | ||||||
|  |  | ||||||
| on: | on: | ||||||
|   pull_request: |   pull_request: | ||||||
| @@ -20,9 +21,11 @@ permissions: | |||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: macos-14 |     runs-on: macos-14 | ||||||
|  |  | ||||||
|     name: Testing unit test on MacOS |     name: Testing unit test on MacOS | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - name: checkout | ||||||
|  |         uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Set up perl etc |       - name: Set up perl etc | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter