Update test.yml
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ jobs: | |||||||
|       uses: mxschmitt/action-tmate@v3 |       uses: mxschmitt/action-tmate@v3 | ||||||
|       with: |       with: | ||||||
|         sudo: true |         sudo: true | ||||||
|       if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}. |       if: ${{ (github.event_name == 'workflow_dispatch') && (github.event.inputs.debug_enabled == 'true') }}. | ||||||
|     - name: Run Tests |     - name: Run Tests | ||||||
|       run: | |       run: | | ||||||
|         sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL |         sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user