Update test.yml
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,11 +33,11 @@ jobs: | |||||||
|     - name: Fix owner of checkout |     - name: Fix owner of checkout | ||||||
|       run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco |       run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco | ||||||
|     - name: Install Perl deps |     - name: Install Perl deps | ||||||
|       run: sudo -l -u netdisco ~/bin/localenv cpanm --notest Env::Path Test::Compile |       run: sudo -l -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile | ||||||
|     - name: Run Tests |     - name: Run Tests | ||||||
|       run: | |       run: | | ||||||
|         sudo -l -u netdisco ~/bin/localenv perl ./Build.PL |         sudo -l -u netdisco /home/netdisco/bin/localenv perl ./Build.PL | ||||||
|         sudo -l -u netdisco ~/bin/localenv perl ./Build test --test_files xt/ |         sudo -l -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/ | ||||||
|       working-directory: /github/workspace/netdisco/netdisco |       working-directory: /github/workspace/netdisco/netdisco | ||||||
|     - name: Setup tmate session |     - name: Setup tmate session | ||||||
|       uses: mxschmitt/action-tmate@v3 |       uses: mxschmitt/action-tmate@v3 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user