mirror of
				https://github.com/yeslayla/run-gut-tests-action.git
				synced 2025-11-04 08:33:06 +01:00 
			
		
		
		
	Intial commit
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/test_action.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/test_action.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
name: Test Action
 | 
			
		||||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  TestAction:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Checkout
 | 
			
		||||
      uses: actions/checkout@v2
 | 
			
		||||
    - name: Run Action
 | 
			
		||||
      id: run_tests
 | 
			
		||||
      uses: ./
 | 
			
		||||
      with:
 | 
			
		||||
        directory: test_proj
 | 
			
		||||
		Reference in New Issue
	
	Block a user