make Python CI reusable
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/disabled/test.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.github/disabled/test.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
name: Test
 | 
			
		||||
on:
 | 
			
		||||
  workflow_call:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Print workspace
 | 
			
		||||
        run: echo ${{ github.workspace }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user