mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:18:37 +08:00 
			
		
		
		
	Move env to test step
* .github/workflows/test.yml:
This commit is contained in:
		
							parent
							
								
									d345e1892f
								
							
						
					
					
						commit
						d795c2780e
					
				
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -10,8 +10,6 @@ on: | |||
| jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     env: | ||||
|       main_path: main_path_test | ||||
|     steps: | ||||
|       - uses: actions/setup-node@v1 | ||||
|         with: | ||||
|  | @ -26,6 +24,8 @@ jobs: | |||
|         run: __test__/verify-no-unstaged-changes.sh | ||||
| 
 | ||||
|   test: | ||||
|     env: | ||||
|       main_path: main_path_test | ||||
|     strategy: | ||||
|       matrix: | ||||
|         runs-on: [ubuntu-latest, macos-latest, windows-latest] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Johnny Willemsen
						Johnny Willemsen