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: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     env: |  | ||||||
|       main_path: main_path_test |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/setup-node@v1 |       - uses: actions/setup-node@v1 | ||||||
|         with: |         with: | ||||||
|  | @ -26,6 +24,8 @@ jobs: | ||||||
|         run: __test__/verify-no-unstaged-changes.sh |         run: __test__/verify-no-unstaged-changes.sh | ||||||
| 
 | 
 | ||||||
|   test: |   test: | ||||||
|  |     env: | ||||||
|  |       main_path: main_path_test | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         runs-on: [ubuntu-latest, macos-latest, windows-latest] |         runs-on: [ubuntu-latest, macos-latest, windows-latest] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Johnny Willemsen
						Johnny Willemsen